On 2024-05-28 22:39:19, Dmitry Baryshkov wrote: > Fix sparse warning regarding symbol 'sw43408_backlight_ops' not being > declared. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202404200739.hbWZvOhR-lkp@xxxxxxxxx/ > Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > Fixes: 069a6c0e94f9 ("drm: panel: Add LG sw43408 panel driver") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Reviewed-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx> > --- > drivers/gpu/drm/panel/panel-lg-sw43408.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/panel/panel-lg-sw43408.c b/drivers/gpu/drm/panel/panel-lg-sw43408.c > index 115f4702d59f..2b3a73696dce 100644 > --- a/drivers/gpu/drm/panel/panel-lg-sw43408.c > +++ b/drivers/gpu/drm/panel/panel-lg-sw43408.c > @@ -182,7 +182,7 @@ static int sw43408_backlight_update_status(struct backlight_device *bl) > return mipi_dsi_dcs_set_display_brightness_large(dsi, brightness); > } > > -const struct backlight_ops sw43408_backlight_ops = { > +static const struct backlight_ops sw43408_backlight_ops = { > .update_status = sw43408_backlight_update_status, > }; > > > -- > 2.39.2 >