aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/platforms/ev64360.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-10-07 21:34:57 +1000
committerPaul Mackerras <paulus@samba.org>2007-10-09 21:02:00 +1000
commit38b08e48355641f843c1a5eb4ee252b6db9934aa (patch)
tree88ec8e54be786de61400923cb0742d69634ef6fd /arch/ppc/platforms/ev64360.c
parentef2ac63aef91f2a93da23476cc6b32a346b00c41 (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/ev64360.c')
-rw-r--r--arch/ppc/platforms/ev64360.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc/platforms/ev64360.c b/arch/ppc/platforms/ev64360.c
index f8baf05f16c..6765676a5c6 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>