drm/amdgpu: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs
authorHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2022 09:43:35 +0000 (11:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2022 22:17:24 +0000 (18:17 -0400)
commit83a3439ddb28e15afa66f52650cf3c1486ae6515
tree6fc4fc260233c1d7da4e2f8b781de974f08e5220
parent43af2220b3302bc04d72bdf07970ebc0fc46155b
drm/amdgpu: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs

The DRM_AMDGPU 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/amd/amdgpu/amdgpu_acpi.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/amdgpu/atombios_encoders.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c