]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMG
authorRobert P. J. Day <rpjday@mindspring.com>
Sun, 7 Oct 2007 11:34:57 +0000 (21:34 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 Oct 2007 11:02:00 +0000 (21:02 +1000)
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>
arch/ppc/platforms/ev64360.c
arch/ppc/platforms/katana.c

index f8baf05f16ce14378dd964835845d9cd1abbeda0..6765676a5c6b23b00cf918fdaba0733cbb1858fc 100644 (file)
@@ -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>
index c289e9f1b251c6e83747859ee119abd07e2151d0..52f63e6f085622ec6a36eb381562f86d3d40e16e 100644 (file)
@@ -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>