diff options
author | Anton Blanchard | 2014-09-17 22:15:35 +1000 |
---|---|---|
committer | Michael Ellerman | 2014-11-10 09:59:26 +1100 |
commit | 68cf0d642f62267b960f947370539ff3582c4935 (patch) | |
tree | aa6bda4acf499805e4f078c7321ade8dd09c0a40 /arch/powerpc/sysdev/ipic.c | |
parent | 14ed740957704e8768523899e0fa31972577bf65 (diff) |
powerpc: Remove superfluous bootmem includes
Lots of places included bootmem.h even when not using bootmem.
Signed-off-by: Anton Blanchard <anton@samba.org>
Tested-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/sysdev/ipic.c')
-rw-r--r-- | arch/powerpc/sysdev/ipic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ipic.c b/arch/powerpc/sysdev/ipic.c index b50f97811c25..b28733727ed3 100644 --- a/arch/powerpc/sysdev/ipic.c +++ b/arch/powerpc/sysdev/ipic.c @@ -20,7 +20,6 @@ #include <linux/signal.h> #include <linux/syscore_ops.h> #include <linux/device.h> -#include <linux/bootmem.h> #include <linux/spinlock.h> #include <linux/fsl_devices.h> #include <asm/irq.h> |