mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Backlight support should be implemented by panels, not by the LCDC driver. As the feature is currently unused anyway, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> [geert: Cleanups] Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/69707650245bc2193d072f24723d4d5482ea590b.1694767209.git.geert+renesas@glider.be
7 lines
190 B
Makefile
7 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
shmob-drm-y := shmob_drm_crtc.o \
|
|
shmob_drm_drv.o \
|
|
shmob_drm_kms.o \
|
|
shmob_drm_plane.o
|
|
|
|
obj-$(CONFIG_DRM_SHMOBILE) += shmob-drm.o
|