patch-2.4.0-test11 linux/include/asm-ppc/linux_logo.h

Next file: linux/include/asm-ppc/machdep.h
Previous file: linux/include/asm-ppc/kmap_types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/linux_logo.h linux/include/asm-ppc/linux_logo.h
@@ -10,6 +10,7 @@
  * values have to start from 0x20
  * (i.e. linux_logo_{red,green,blue}[0] is color 0x20)
  */
+#ifdef __KERNEL__
  
 #include <linux/init.h>
 
@@ -39,3 +40,4 @@
 extern unsigned char linux_logo16[];
 
 #endif
+#endif /* __KERNEL__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)