aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <[email protected]>2009-09-20 10:23:25 +0000
committerJaswinder Singh Rajput <[email protected]>2009-09-20 10:32:58 +0000
commit067006a5f5b956fbdd183f9b799e7b8059b53f6c (patch)
tree760bebea43b83484d195f6e20f73946fc78d28b1
parentincludecheck fix: include/acpi, acpi_bus.h (diff)
downloadkernel-067006a5f5b956fbdd183f9b799e7b8059b53f6c.tar.gz
kernel-067006a5f5b956fbdd183f9b799e7b8059b53f6c.zip
includecheck fix: include/drm, drm_memory.h
fix the following 'make includecheck' warning: include/drm/drm_memory.h: linux/vmalloc.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <[email protected]> Cc: Sam Ravnborg <[email protected]> LKML-Reference: <[email protected]> Acked-by: Dave Airlie <[email protected]>
-rw-r--r--include/drm/drm_memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_memory.h b/include/drm/drm_memory.h
index 63e425b5ea82..15af9b32ae42 100644
--- a/include/drm/drm_memory.h
+++ b/include/drm/drm_memory.h
@@ -44,8 +44,6 @@
#if __OS_HAS_AGP
-#include <linux/vmalloc.h>
-
#ifdef HAVE_PAGE_AGP
#include <asm/agp.h>
#else