platform/x86: apple-gmux: Stop calling acpi/video.h functions
authorHans de Goede <hdegoede@redhat.com>
Sat, 4 Jun 2022 13:25:39 +0000 (15:25 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 3 Sep 2022 10:17:27 +0000 (12:17 +0200)
commit4f04c7dc83fd4339b00421174edc8556b6bac2b1
treee08396641ff77e1290e2f3eb97cfedaeb4d84897
parent8d0ca287fd8cdc8110f5e441ec14874158f32a0f
platform/x86: apple-gmux: Stop calling acpi/video.h functions

Now that acpi_video_get_backlight_type() has apple-gmux detection (using
apple_gmux_present()), it is no longer necessary for the apple-gmux code
to manually remove possibly conflicting drivers.

So remove the handling for this from the apple-gmux driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/apple-gmux.c