diff options
author | Kumar Gala <galak@freescale.com> | 2005-06-25 14:54:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 16:24:27 -0700 |
commit | 2ec19faf617e61d56fb8da78ccb3ef895c00fae7 (patch) | |
tree | ad68e53422b61d9bc56e2a59b22d3cc444a40ef3 /arch/ppc/platforms/katana.c | |
parent | 912eaa7198827df3cae7d0c9768fd08e84a09675 (diff) | |
download | op-kernel-dev-2ec19faf617e61d56fb8da78ccb3ef895c00fae7.zip op-kernel-dev-2ec19faf617e61d56fb8da78ccb3ef895c00fae7.tar.gz |
[PATCH] ppc32: remove some unnecessary includes of bootmem.h
Continue the Good Fight: Limit bootmem.h include creep.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/katana.c')
-rw-r--r-- | arch/ppc/platforms/katana.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/katana.c b/arch/ppc/platforms/katana.c index eda922a..169dbf6 100644 --- a/arch/ppc/platforms/katana.c +++ b/arch/ppc/platforms/katana.c @@ -27,12 +27,12 @@ #include <linux/root_dev.h> #include <linux/delay.h> #include <linux/seq_file.h> -#include <linux/bootmem.h> #include <linux/mtd/physmap.h> #include <linux/mv643xx.h> #ifdef CONFIG_BOOTIMG #include <linux/bootimg.h> #endif +#include <asm/io.h> #include <asm/page.h> #include <asm/time.h> #include <asm/smp.h> |