Hi, On Sun, 08 Sep 2024 21:35:30 +0800, Min-Hua Chen wrote: > make ts050_panel_data and ts050v2_panel_data static because they > are only used in drivers/gpu/drm/panel/panel-khadas-ts050.c, > and fix the following sparse warnings: > > drivers/gpu/drm/panel/panel-khadas-ts050.c:620:32: > sparse: warning: symbol 'ts050_panel_data' was not declared. Should it be static? > drivers/gpu/drm/panel/panel-khadas-ts050.c:625:32: > sparse: warning: symbol 'ts050v2_panel_data' was not declared. Should it be static? > > [...] Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/1] drm/panel: khadas-ts050: make ts050[v2]_panel_data static https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/d5acba46ebf5a4fd9ea9ae5121dd381ce85e94ff -- Neil