fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fb
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 5 Mar 2024 16:22:40 +0000 (17:22 +0100)
committerLee Jones <lee@kernel.org>
Thu, 28 Mar 2024 10:09:03 +0000 (10:09 +0000)
commit8a8e7f84c13c2700ae77540e2841922a87f71c9b
treefc148b8d4d98d1c8c37dd6a17b9304695b26d6cd
parent397b7493729288ac308c5f4ff3496eaeb1080293
fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fb

The driver sets struct fb_info.bl_dev to the correct backlight
device. Thus rely on the backlight core code to match backlight
and framebuffer devices, and remove the extra check_fb function
from struct backlight_ops.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20240305162425.23845-8-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/fbdev/sh_mobile_lcdcfb.c