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

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

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/backlight.h linux/include/asm-ppc/backlight.h
@@ -4,6 +4,7 @@
  * For now, implementation resides in arch/ppc/kernel/pmac_support.c
  * 
  */
+#ifdef __KERNEL__
 #ifndef __ASM_PPC_BACKLIGHT_H
 #define __ASM_PPC_BACKLIGHT_H
 
@@ -26,3 +27,4 @@
 extern int get_backlight_level(void);
 
 #endif
+#endif /* __KERNEL__ */

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