Re: [PATCH 2/2] drm/radeon: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs

2022-06-20 Thread Alex Deucher
Applied the series. Thanks, Alex On Mon, Jun 20, 2022 at 5:44 AM Hans de Goede wrote: > > 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 > --- >

[PATCH 2/2] drm/radeon: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs

2022-06-20 Thread Hans de Goede
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 --- drivers/gpu/drm/radeon/atombios_encoders.c | 14 -- drivers/gpu/drm/radeon/radeon_acpi.c|