diff options
-rw-r--r-- | drivers/video/backlight/apple_bl.c | 1 | ||||
-rw-r--r-- | include/linux/apple_bl.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/backlight/apple_bl.c b/drivers/video/backlight/apple_bl.c index a523b255e124..ef5ca0d6cd20 100644 --- a/drivers/video/backlight/apple_bl.c +++ b/drivers/video/backlight/apple_bl.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/pci.h> | 25 | #include <linux/pci.h> |
26 | #include <linux/acpi.h> | 26 | #include <linux/acpi.h> |
27 | #include <linux/atomic.h> | 27 | #include <linux/atomic.h> |
28 | #include <linux/apple_bl.h> | ||
28 | 29 | ||
29 | static struct backlight_device *apple_backlight_device; | 30 | static struct backlight_device *apple_backlight_device; |
30 | 31 | ||
diff --git a/include/linux/apple_bl.h b/include/linux/apple_bl.h index 47bedc0eee69..0a95e730fcea 100644 --- a/include/linux/apple_bl.h +++ b/include/linux/apple_bl.h | |||
@@ -5,7 +5,7 @@ | |||
5 | #ifndef _LINUX_APPLE_BL_H | 5 | #ifndef _LINUX_APPLE_BL_H |
6 | #define _LINUX_APPLE_BL_H | 6 | #define _LINUX_APPLE_BL_H |
7 | 7 | ||
8 | #ifdef CONFIG_BACKLIGHT_APPLE | 8 | #if defined(CONFIG_BACKLIGHT_APPLE) || defined(CONFIG_BACKLIGHT_APPLE_MODULE) |
9 | 9 | ||
10 | extern int apple_bl_register(void); | 10 | extern int apple_bl_register(void); |
11 | extern void apple_bl_unregister(void); | 11 | extern void apple_bl_unregister(void); |