Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-1
arch/arm/mach-msm/board-msm7x27.c
··· 20 20 #include <linux/input.h> 21 21 #include <linux/io.h> 22 22 #include <linux/delay.h> 23 - #include <linux/bootmem.h> 24 23 #include <linux/power_supply.h> 25 24 26 25 #include <mach/hardware.h>
-1
arch/arm/mach-msm/board-msm7x30.c
··· 20 20 #include <linux/gpio.h> 21 21 #include <linux/platform_device.h> 22 22 #include <linux/delay.h> 23 - #include <linux/bootmem.h> 24 23 #include <linux/io.h> 25 24 #include <linux/smsc911x.h> 26 25
-1
arch/arm/mach-msm/board-qsd8x50.c
··· 19 19 #include <linux/irq.h> 20 20 #include <linux/gpio.h> 21 21 #include <linux/platform_device.h> 22 - #include <linux/bootmem.h> 23 22 #include <linux/delay.h> 24 23 25 24 #include <asm/mach-types.h>