diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-16 16:27:51 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-06-19 01:10:59 +0200 |
commit | 3bd6bce36975f571cb47fa9d0aac9e06f94f4028 (patch) | |
tree | e7756fb2291dec0624ce70f7fc196eb54180691d /include/acpi | |
parent | da882e5acbebd2aa8bb076521a5c5c9c70be324e (diff) | |
download | linux-3bd6bce36975f571cb47fa9d0aac9e06f94f4028.tar.bz2 |
ACPI / video: Port to new backlight interface selection API
Most of the patch is moving the dmi quirks for forcing use of the
acpi-video / the native backlight interface to video_detect.c.
What remains is a nice cleanup.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/video.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/acpi/video.h b/include/acpi/video.h index 01b5cc78efd8..47c7ad6594c8 100644 --- a/include/acpi/video.h +++ b/include/acpi/video.h @@ -30,7 +30,6 @@ 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, int device_id, void **edid); -extern bool acpi_video_verify_backlight_support(void); extern enum acpi_backlight_type acpi_video_get_backlight_type(void); extern void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type); #else @@ -42,7 +41,6 @@ static inline int acpi_video_get_edid(struct acpi_device *device, int type, { return -ENODEV; } -static inline bool acpi_video_verify_backlight_support(void) { return false; } static inline enum acpi_backlight_type acpi_video_get_backlight_type(void) { return acpi_backlight_vendor; |