From 39e1c534c0730e451062a9dbcbdf5ab95d1c5c50 Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Fri, 4 Jul 2003 18:31:42 +0000 Subject: [PATCH] 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. --- linux-core/drmP.h | 1 - linux/drmP.h | 1 - 2 files changed, 2 deletions(-) diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 5626e4f..2989c64 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -51,7 +51,6 @@ #include #include #include -#include #include #include #include /* For (un)lock_kernel */ diff --git a/linux/drmP.h b/linux/drmP.h index 5626e4f..2989c64 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -51,7 +51,6 @@ #include #include #include -#include #include #include #include /* For (un)lock_kernel */ -- 2.7.4