diff options
| author | Anton Blanchard <[email protected]> | 2014-09-17 12:15:35 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2014-11-09 22:59:26 +0000 |
| commit | 68cf0d642f62267b960f947370539ff3582c4935 (patch) | |
| tree | aa6bda4acf499805e4f078c7321ade8dd09c0a40 /arch/powerpc/sysdev/fsl_msi.c | |
| parent | powerpc: Remove some old bootmem related comments (diff) | |
| download | kernel-68cf0d642f62267b960f947370539ff3582c4935.tar.gz kernel-68cf0d642f62267b960f947370539ff3582c4935.zip | |
powerpc: Remove superfluous bootmem includes
Lots of places included bootmem.h even when not using bootmem.
Signed-off-by: Anton Blanchard <[email protected]>
Tested-by: Emil Medve <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_msi.c')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_msi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.c b/arch/powerpc/sysdev/fsl_msi.c index de40b48b460e..8f37204bf94f 100644 --- a/arch/powerpc/sysdev/fsl_msi.c +++ b/arch/powerpc/sysdev/fsl_msi.c @@ -13,7 +13,6 @@ * */ #include <linux/irq.h> -#include <linux/bootmem.h> #include <linux/msi.h> #include <linux/pci.h> #include <linux/slab.h> |
