summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2001-10-22 19:15:04 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2001-10-22 19:15:04 +0000
commit92ad1b60e109170e1fa7d22a4627efa7fa77aa71 (patch)
treeff97ad9ac80db45e800080adf71b7ba54fd925ef /linux-core/drmP.h
parent87ec138e1421f408c0fa86fa3567544dd488711e (diff)
merge kernel 2.4.13-pre6.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 4786ba9e..7557fdc9 100644
--- a/linux-core/drmP.h
+++ b/linux-core/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