summaryrefslogtreecommitdiff
path: root/lib/test_module.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-02-13 22:11:34 +0300
committerPhilipp Zabel <p.zabel@pengutronix.de>2018-03-15 19:52:40 +0300
commit2ead44a5984b30fad7e6da507cdddb97f0401075 (patch)
treeb510f14487d8001a9bdbf52794268a74ddd0fcc1 /lib/test_module.c
parent746d024c3211813946b319411aeb2b47767f8fb0 (diff)
downloadlinux-2ead44a5984b30fad7e6da507cdddb97f0401075.tar.xz
drm/imx: ipuv3-plane: Make functions static when possible
ipu_plane_state_reset(), ipu_plane_duplicate_state() and ipu_plane_destroy_state() are only used in this file, so make them static. This fixes the following sparse warnings: drivers/gpu/drm/imx/ipuv3-plane.c:275:6: warning: symbol 'ipu_plane_state_reset' was not declared. Should it be static? drivers/gpu/drm/imx/ipuv3-plane.c:295:24: warning: symbol 'ipu_plane_duplicate_state' was not declared. Should it be static? drivers/gpu/drm/imx/ipuv3-plane.c:309:6: warning: symbol 'ipu_plane_destroy_state' was not declared. Should it be static? Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'lib/test_module.c')
0 files changed, 0 insertions, 0 deletions