Skip to content

Commit

Permalink
includecheck fix: include/drm, drm_memory.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput committed Sep 20, 2009
1 parent b21495a commit 067006a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/drm/drm_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

#if __OS_HAS_AGP

#include <linux/vmalloc.h>

#ifdef HAVE_PAGE_AGP
#include <asm/agp.h>
#else
Expand Down

0 comments on commit 067006a

Please sign in to comment.