Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Merged asm/backlight.h

Signed-off-by: Paul Mackerras <paulus@samba.org>

+5 -4
+5 -4
include/asm-ppc/backlight.h include/asm-powerpc/backlight.h
··· 1 1 /* 2 2 * Routines for handling backlight control on PowerBooks 3 3 * 4 - * For now, implementation resides in arch/ppc/kernel/pmac_support.c 4 + * For now, implementation resides in 5 + * arch/powerpc/platforms/powermac/pmac_support.c 5 6 * 6 7 */ 8 + #ifndef __ASM_POWERPC_BACKLIGHT_H 9 + #define __ASM_POWERPC_BACKLIGHT_H 7 10 #ifdef __KERNEL__ 8 - #ifndef __ASM_PPC_BACKLIGHT_H 9 - #define __ASM_PPC_BACKLIGHT_H 10 11 11 12 /* Abstract values */ 12 13 #define BACKLIGHT_OFF 0 ··· 27 26 extern int set_backlight_level(int level); 28 27 extern int get_backlight_level(void); 29 28 30 - #endif 31 29 #endif /* __KERNEL__ */ 30 + #endif