summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-07-04 18:31:42 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-07-04 18:31:42 +0000
commit39e1c534c0730e451062a9dbcbdf5ab95d1c5c50 (patch)
tree39481684acfb2938164f2d749a586084fa056537 /linux-core
parent01d6ae90d6a8b5ed32739b39334079d5f1c3d95e (diff)
Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved
from linux/mm.h now and wrapper.h has been removed in 2.5.69 and later.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 5626e4ff..2989c64c 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -51,7 +51,6 @@
#include <linux/init.h>
#include <linux/file.h>
#include <linux/pci.h>
-#include <linux/wrapper.h>
#include <linux/version.h>
#include <linux/sched.h>
#include <linux/smp_lock.h> /* For (un)lock_kernel */