|
@@ -5,7 +5,7 @@
|
|
#ifndef _LINUX_APPLE_BL_H
|
|
#ifndef _LINUX_APPLE_BL_H
|
|
#define _LINUX_APPLE_BL_H
|
|
#define _LINUX_APPLE_BL_H
|
|
|
|
|
|
-#ifdef CONFIG_BACKLIGHT_APPLE
|
|
|
|
|
|
+#if defined(CONFIG_BACKLIGHT_APPLE) || defined(CONFIG_BACKLIGHT_APPLE_MODULE)
|
|
|
|
|
|
extern int apple_bl_register(void);
|
|
extern int apple_bl_register(void);
|
|
extern void apple_bl_unregister(void);
|
|
extern void apple_bl_unregister(void);
|