]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs
authorHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2022 09:43:36 +0000 (11:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2022 22:17:24 +0000 (18:17 -0400)
commit9ba707123a418507bed6f8b3ac519d41d881ca0d
tree154b01d135017bcb06329ca2f2dfa0c78f35a471
parent2c4f9d0215b97911543999e05a843df24bb7669b
drm/radeon: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs

The DRM_RADEON Kconfig code contains:

select BACKLIGHT_CLASS_DEVICE

So the condition these ifdefs test for is always true, drop them.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_encoders.c
drivers/gpu/drm/radeon/radeon_acpi.c
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
drivers/gpu/drm/radeon/radeon_mode.h