diff options
author | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-07-04 18:32:21 +0000 |
---|---|---|
committer | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-07-04 18:32:21 +0000 |
commit | 8488865c19213d5529784a4e9cdd0cdf2827bdc7 (patch) | |
tree | e020c3bd6701f8122c829e972a2196a7aabf61fb | |
parent | d597cccb5b92158c8382e85ed7511b6821c648c0 (diff) |
Don't need to include linux/wrapper.h - we only use Set/ClearPageReservedmach64-0-0-6-branch
from linux/mm.h now and wrapper.h has been removed in 2.5.69 and later.
-rw-r--r-- | linux-core/drmP.h | 5 | ||||
-rw-r--r-- | linux/drmP.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 7b5b4d17..fbdeafad 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -49,11 +49,6 @@ #include <linux/file.h> #include <linux/pci.h> #include <linux/version.h> - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,1) -#include <linux/wrapper.h> -#endif - #include <linux/sched.h> #include <linux/smp_lock.h> /* For (un)lock_kernel */ #include <linux/mm.h> diff --git a/linux/drmP.h b/linux/drmP.h index 7b5b4d17..fbdeafad 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -49,11 +49,6 @@ #include <linux/file.h> #include <linux/pci.h> #include <linux/version.h> - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,1) -#include <linux/wrapper.h> -#endif - #include <linux/sched.h> #include <linux/smp_lock.h> /* For (un)lock_kernel */ #include <linux/mm.h> |