]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: dsi: make hstt_table static
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 6 Aug 2021 02:57:44 +0000 (10:57 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 21 Sep 2021 09:48:52 +0000 (11:48 +0200)
commitc6b49b51c76d57de3aa8b3361b1e9c772438c081
treea8cb390394c543a63a18cb2d54bc3cd2bfaa8db5
parentc973f27e09529b933efad9e18442244b6b47f1fa
drm/rockchip: dsi: make hstt_table static

This symbol is not used outside of dw-mipi-dsi-rockchip.c, so marks
it static.

Fix the following sparse warning:

drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:646:13: warning: symbol
'hstt_table' was not declared. Should it be static?

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1628218664-14230-1-git-send-email-jiapeng.chong@linux.alibaba.com
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c