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

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

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/vga.h linux/include/asm-ppc/vga.h
@@ -4,6 +4,7 @@
  *	(c) 1998 Martin Mares <mj@ucw.cz>
  */
 
+#ifdef __KERNEL__
 #ifndef _LINUX_ASM_VGA_H_
 #define _LINUX_ASM_VGA_H_
 
@@ -42,3 +43,4 @@
 #define vga_writeb(x,y) (*(y) = (x))
 
 #endif
+#endif /* __KERNEL__ */

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