diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-23 10:36:15 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-23 10:36:15 +0100 |
commit | 3cde11c1b48735dc4108cffefccf4c1817c7bfd2 (patch) | |
tree | a590f9378674bbc9f6beaf8f0baf4a15b85dfe3b /arch/arm/mach-msm/board-msm7x30.c | |
parent | a901ff715d53c109821cbbd9d7ea1f2a311646a9 (diff) |
ARM: Continue removing useless bootmem.h includes
Catch those which have been missed by 6262c92f because they were
submitted via other routes.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x30.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm7x30.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index bac1f3c38a3..e32981928c7 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c @@ -20,7 +20,6 @@ #include <linux/gpio.h> #include <linux/platform_device.h> #include <linux/delay.h> -#include <linux/bootmem.h> #include <linux/io.h> #include <linux/smsc911x.h> |