Skip to content

Commit 067006a

Browse files
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 <jaswinderrajput@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> LKML-Reference: <1247068169.4382.99.camel@ht.satnam> Acked-by: Dave Airlie <airlied@redhat.com>
1 parent b21495a commit 067006a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/drm/drm_memory.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444

4545
#if __OS_HAS_AGP
4646

47-
#include <linux/vmalloc.h>
48-
4947
#ifdef HAVE_PAGE_AGP
5048
#include <asm/agp.h>
5149
#else

0 commit comments

Comments
 (0)