diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 19:26:48 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 19:59:38 -0400 |
commit | 508c40227caee4cef0e963e61a3a5172a108b455 (patch) | |
tree | 2cec3435f5fec2f088d41d0d3f07dea54b278646 | |
parent | 20f629549b30a1154c8b5e830cb10a0c0faa875f (diff) |
powerpc: Merged asm/backlight.h
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | include/asm-powerpc/backlight.h (renamed from include/asm-ppc/backlight.h) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/asm-ppc/backlight.h b/include/asm-powerpc/backlight.h index 3a1c3dede2a0..1ba1f27a0b63 100644 --- a/include/asm-ppc/backlight.h +++ b/include/asm-powerpc/backlight.h | |||
@@ -1,12 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | * Routines for handling backlight control on PowerBooks | 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 | #ifdef __KERNEL__ | 10 | #ifdef __KERNEL__ |
8 | #ifndef __ASM_PPC_BACKLIGHT_H | ||
9 | #define __ASM_PPC_BACKLIGHT_H | ||
10 | 11 | ||
11 | /* Abstract values */ | 12 | /* Abstract values */ |
12 | #define BACKLIGHT_OFF 0 | 13 | #define BACKLIGHT_OFF 0 |
@@ -26,5 +27,5 @@ extern int get_backlight_enable(void); | |||
26 | extern int set_backlight_level(int level); | 27 | extern int set_backlight_level(int level); |
27 | extern int get_backlight_level(void); | 28 | extern int get_backlight_level(void); |
28 | 29 | ||
29 | #endif | ||
30 | #endif /* __KERNEL__ */ | 30 | #endif /* __KERNEL__ */ |
31 | #endif | ||