]> git.baikalelectronics.ru Git - kernel.git/commit
media: mmp-driver: make two functions static
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 5 Apr 2018 16:14:59 +0000 (12:14 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 17 Apr 2018 09:08:21 +0000 (05:08 -0400)
commitbd35de9723b966f465638a9c061a29db14d86077
treea8d059e8988c0844ea95c0e7801f395a8f3c0e04
parent90c74418c0a1546c05de47998534699965b1e881
media: mmp-driver: make two functions static

Those functions are used only internally:

  CC      drivers/media/platform/marvell-ccic/mmp-driver.o
drivers/media/platform/marvell-ccic/mmp-driver.c:186:6: warning: no previous prototype for ‘mcam_ctlr_reset’ [-Wmissing-prototypes]
 void mcam_ctlr_reset(struct mcam_camera *mcam)
      ^~~~~~~~~~~~~~~
drivers/media/platform/marvell-ccic/mmp-driver.c:217:6: warning: no previous prototype for ‘mmpcam_calc_dphy’ [-Wmissing-prototypes]
 void mmpcam_calc_dphy(struct mcam_camera *mcam)
      ^~~~~~~~~~~~~~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/marvell-ccic/mmp-driver.c