summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/linux_logo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/linux_logo.h')
-rw-r--r--include/asm-ppc/linux_logo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-ppc/linux_logo.h b/include/asm-ppc/linux_logo.h
index 09bf34089..199d0dc2c 100644
--- a/include/asm-ppc/linux_logo.h
+++ b/include/asm-ppc/linux_logo.h
@@ -12,14 +12,6 @@
*/
#include <linux/config.h>
-#ifdef CONFIG_APUS
-#include <asm-m68k/linux_logo.h>
-
-#undef linux_logo_banner
-#define linux_logo_banner "Linux/PPC version " UTS_RELEASE
-
-#else
-
#include <linux/init.h>
#define linux_logo_banner "Linux/PPC version " UTS_RELEASE
@@ -48,4 +40,3 @@ extern unsigned char linux_logo16_blue[];
extern unsigned char linux_logo16[];
#endif
-#endif /* CONFIG_APUS */