diff options
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 4786ba9e..7557fdc9 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -71,11 +71,6 @@ #include <asm/pgalloc.h> #include "drm.h" -/* page_to_bus for earlier kernels, not optimal in all cases */ -#ifndef page_to_bus -#define page_to_bus(page) ((unsigned int)(virt_to_bus(page_address(page)))) -#endif - /* DRM template customization defaults */ #ifndef __HAVE_AGP |