diff options
author | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-07-04 18:31:42 +0000 |
---|---|---|
committer | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-07-04 18:31:42 +0000 |
commit | 39e1c534c0730e451062a9dbcbdf5ab95d1c5c50 (patch) | |
tree | 39481684acfb2938164f2d749a586084fa056537 /linux | |
parent | 01d6ae90d6a8b5ed32739b39334079d5f1c3d95e (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')
-rw-r--r-- | linux/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 5626e4ff..2989c64c 100644 --- a/linux/drmP.h +++ b/linux/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 */ |