]> Pileus Git - ~andy/linux/commitdiff
powerpc: Merged asm/backlight.h
authorPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 23:26:48 +0000 (09:26 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 23:59:38 +0000 (09:59 +1000)
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/backlight.h [moved from include/asm-ppc/backlight.h with 82% similarity]

similarity index 82%
rename from include/asm-ppc/backlight.h
rename to include/asm-powerpc/backlight.h
index 3a1c3dede2a0db70f9ff78f2f4c58874c0a392ac..1ba1f27a0b63cee6a68a4222bf5503b904fe732f 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Routines for handling backlight control on PowerBooks
  *
- * For now, implementation resides in arch/ppc/kernel/pmac_support.c
+ * For now, implementation resides in
+ * arch/powerpc/platforms/powermac/pmac_support.c
  *
  */
+#ifndef __ASM_POWERPC_BACKLIGHT_H
+#define __ASM_POWERPC_BACKLIGHT_H
 #ifdef __KERNEL__
-#ifndef __ASM_PPC_BACKLIGHT_H
-#define __ASM_PPC_BACKLIGHT_H
 
 /* Abstract values */
 #define BACKLIGHT_OFF  0
@@ -26,5 +27,5 @@ extern int get_backlight_enable(void);
 extern int set_backlight_level(int level);
 extern int get_backlight_level(void);
 
-#endif
 #endif /* __KERNEL__ */
+#endif