|
@@ -19,11 +19,13 @@ struct acpi_device;
|
|
#if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
|
|
#if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
|
|
extern int acpi_video_register(void);
|
|
extern int acpi_video_register(void);
|
|
extern void acpi_video_unregister(void);
|
|
extern void acpi_video_unregister(void);
|
|
|
|
+extern void acpi_video_unregister_backlight(void);
|
|
extern int acpi_video_get_edid(struct acpi_device *device, int type,
|
|
extern int acpi_video_get_edid(struct acpi_device *device, int type,
|
|
int device_id, void **edid);
|
|
int device_id, void **edid);
|
|
#else
|
|
#else
|
|
static inline int acpi_video_register(void) { return 0; }
|
|
static inline int acpi_video_register(void) { return 0; }
|
|
static inline void acpi_video_unregister(void) { return; }
|
|
static inline void acpi_video_unregister(void) { return; }
|
|
|
|
+static inline void acpi_video_unregister_backlight(void) { return; }
|
|
static inline int acpi_video_get_edid(struct acpi_device *device, int type,
|
|
static inline int acpi_video_get_edid(struct acpi_device *device, int type,
|
|
int device_id, void **edid)
|
|
int device_id, void **edid)
|
|
{
|
|
{
|