diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-25 13:06:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-15 10:03:48 -0400 |
commit | 6262c92f51ffb074800d5a340ee16bc06758e037 (patch) | |
tree | 65aa6539898b7aae6b27f4713602fc40dfa79f38 /arch/arm/mach-clps711x | |
parent | b7072c63c1b0611042ba6ecf0152a33c7b806e67 (diff) |
ARM: Remove useless linux/bootmem.h includes
These files include linux/bootmem.h without using anything from this
file; remove the unnecessary include.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-clps711x')
-rw-r--r-- | arch/arm/mach-clps711x/mm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/mm.c b/arch/arm/mach-clps711x/mm.c index a7b4591205a3..986592176767 100644 --- a/arch/arm/mach-clps711x/mm.c +++ b/arch/arm/mach-clps711x/mm.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/mm.h> | 23 | #include <linux/mm.h> |
24 | #include <linux/init.h> | 24 | #include <linux/init.h> |
25 | #include <linux/bootmem.h> | ||
26 | 25 | ||
27 | #include <asm/sizes.h> | 26 | #include <asm/sizes.h> |
28 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |