diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-23 05:36:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-23 05:36:15 -0400 |
commit | 3cde11c1b48735dc4108cffefccf4c1817c7bfd2 (patch) | |
tree | a590f9378674bbc9f6beaf8f0baf4a15b85dfe3b /arch/arm/mach-msm/board-qsd8x50.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-qsd8x50.c')
-rw-r--r-- | arch/arm/mach-msm/board-qsd8x50.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c index ec4606643d2c..e3cc80792d6c 100644 --- a/arch/arm/mach-msm/board-qsd8x50.c +++ b/arch/arm/mach-msm/board-qsd8x50.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/irq.h> | 19 | #include <linux/irq.h> |
20 | #include <linux/gpio.h> | 20 | #include <linux/gpio.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/bootmem.h> | ||
23 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
24 | 23 | ||
25 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |