diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-10-05 16:09:34 +1000 |
---|---|---|
committer | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-10-08 22:54:54 +0530 |
commit | 0412df447dc126b1a15be3696d90b2608b2ac9d3 (patch) | |
tree | eb0c70a06d9c2708eac2ba98504e67a88857d6bd | |
parent | 81cbc47b8c6a15cef5dfc6c1bc5645baa82dc1a8 (diff) | |
download | 96b-common-0412df447dc126b1a15be3696d90b2608b2ac9d3.tar.gz |
powerpc: fix up for removal of linux/bootmem.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 2b56d1f30387..93ee3703b42f 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c @@ -33,7 +33,6 @@ #include <linux/serial_8250.h> #include <linux/percpu.h> #include <linux/memblock.h> -#include <linux/bootmem.h> #include <linux/of_platform.h> #include <linux/hugetlb.h> #include <asm/debugfs.h> |