]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d4552ce3f88ee6459b7b363ad34b4262419481e
tree6fc4fc260233c1d7da4e2f8b781de974f08e5220
parent44c0ce63762a7fb44376cc8a3152b9f9ff7dc991
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