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