diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 3a50a34fe176..5da44e81dd4d 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -164,4 +164,13 @@ struct platform_device; | |||
164 | int acpi_create_platform_device(struct acpi_device *adev, | 164 | int acpi_create_platform_device(struct acpi_device *adev, |
165 | const struct acpi_device_id *id); | 165 | const struct acpi_device_id *id); |
166 | 166 | ||
167 | /*-------------------------------------------------------------------------- | ||
168 | Video | ||
169 | -------------------------------------------------------------------------- */ | ||
170 | #if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) | ||
171 | bool acpi_video_backlight_quirks(void); | ||
172 | #else | ||
173 | static inline bool acpi_video_backlight_quirks(void) { return false; } | ||
174 | #endif | ||
175 | |||
167 | #endif /* _ACPI_INTERNAL_H_ */ | 176 | #endif /* _ACPI_INTERNAL_H_ */ |