diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-07 21:34:57 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-09 21:02:00 +1000 |
commit | 38b08e48355641f843c1a5eb4ee252b6db9934aa (patch) | |
tree | 88ec8e54be786de61400923cb0742d69634ef6fd /arch/ppc/platforms | |
parent | ef2ac63aef91f2a93da23476cc6b32a346b00c41 (diff) |
[POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMG
There is no BOOTIMG Kconfig variable, not to mention that there is no
include/linux/bootimg.h header file.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms')
-rw-r--r-- | arch/ppc/platforms/ev64360.c | 3 | ||||
-rw-r--r-- | arch/ppc/platforms/katana.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/ppc/platforms/ev64360.c b/arch/ppc/platforms/ev64360.c index f8baf05f16ce..6765676a5c6b 100644 --- a/arch/ppc/platforms/ev64360.c +++ b/arch/ppc/platforms/ev64360.c @@ -23,9 +23,6 @@ #include <linux/mtd/physmap.h> #include <linux/mv643xx.h> #include <linux/platform_device.h> -#ifdef CONFIG_BOOTIMG -#include <linux/bootimg.h> -#endif #include <asm/page.h> #include <asm/time.h> #include <asm/smp.h> diff --git a/arch/ppc/platforms/katana.c b/arch/ppc/platforms/katana.c index c289e9f1b251..52f63e6f0856 100644 --- a/arch/ppc/platforms/katana.c +++ b/arch/ppc/platforms/katana.c @@ -27,9 +27,6 @@ #include <linux/mtd/physmap.h> #include <linux/mv643xx.h> #include <linux/platform_device.h> -#ifdef CONFIG_BOOTIMG -#include <linux/bootimg.h> -#endif #include <asm/io.h> #include <asm/unistd.h> #include <asm/page.h> |