diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-07 07:34:57 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-10-09 07:02:00 -0400 |
| 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 @@ | |||
| 23 | #include <linux/mtd/physmap.h> | 23 | #include <linux/mtd/physmap.h> |
| 24 | #include <linux/mv643xx.h> | 24 | #include <linux/mv643xx.h> |
| 25 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
| 26 | #ifdef CONFIG_BOOTIMG | ||
| 27 | #include <linux/bootimg.h> | ||
| 28 | #endif | ||
| 29 | #include <asm/page.h> | 26 | #include <asm/page.h> |
| 30 | #include <asm/time.h> | 27 | #include <asm/time.h> |
| 31 | #include <asm/smp.h> | 28 | #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 @@ | |||
| 27 | #include <linux/mtd/physmap.h> | 27 | #include <linux/mtd/physmap.h> |
| 28 | #include <linux/mv643xx.h> | 28 | #include <linux/mv643xx.h> |
| 29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
| 30 | #ifdef CONFIG_BOOTIMG | ||
| 31 | #include <linux/bootimg.h> | ||
| 32 | #endif | ||
| 33 | #include <asm/io.h> | 30 | #include <asm/io.h> |
| 34 | #include <asm/unistd.h> | 31 | #include <asm/unistd.h> |
| 35 | #include <asm/page.h> | 32 | #include <asm/page.h> |
