diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-22 20:25:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-22 20:48:57 -0400 |
commit | a07562e03a3f4a1276931e3fb3cb532622a6c616 (patch) | |
tree | 18853119251593544627d1b249b83d34b6064a51 /drivers/macintosh | |
parent | 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c (diff) |
[PATCH] asm/backlight.h is ppc-only
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/adbhid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/adbhid.c b/drivers/macintosh/adbhid.c index c69d23bb255e..efd51e01c06e 100644 --- a/drivers/macintosh/adbhid.c +++ b/drivers/macintosh/adbhid.c | |||
@@ -45,8 +45,8 @@ | |||
45 | #include <linux/pmu.h> | 45 | #include <linux/pmu.h> |
46 | 46 | ||
47 | #include <asm/machdep.h> | 47 | #include <asm/machdep.h> |
48 | #include <asm/backlight.h> | ||
49 | #ifdef CONFIG_PPC_PMAC | 48 | #ifdef CONFIG_PPC_PMAC |
49 | #include <asm/backlight.h> | ||
50 | #include <asm/pmac_feature.h> | 50 | #include <asm/pmac_feature.h> |
51 | #endif | 51 | #endif |
52 | 52 | ||