diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-08-13 02:09:00 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-13 03:07:30 +0400 |
commit | fc1efbdb7a1175759b099d74b67921396e5e8e3d (patch) | |
tree | e0079c228cad186a1d5ef1dfcdb4bbe2d4a31188 /mm | |
parent | 070cb06593006e7d565d4763380f3edd8dbdc134 (diff) | |
download | linux-fc1efbdb7a1175759b099d74b67921396e5e8e3d.tar.xz |
mm/sparse.c: removed duplicated include
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/sparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 5d9dbbb9d39e..39db301b920d 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -12,7 +12,6 @@ #include <asm/dma.h> #include <asm/pgalloc.h> #include <asm/pgtable.h> -#include "internal.h" /* * Permanent SPARSEMEM data: |