]> git.baikalelectronics.ru Git - kernel.git/commit
[media] s5p-mfc: declare s5p_mfc_bus_reset as static
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Oct 2014 17:48:50 +0000 (15:48 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Oct 2014 17:50:26 +0000 (15:50 -0200)
commite61e35bcc16f01ef3372945bbc41e05286336399
tree1d78b000621cafb64058eab9e99481f7599039e1
parentdedfe9ef0193ff6e8b66e7f64d345e8893b8c4cd
[media] s5p-mfc: declare s5p_mfc_bus_reset as static

drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c:132:5: warning: no previous prototype for 's5p_mfc_bus_reset' [-Wmissing-prototypes]
 int s5p_mfc_bus_reset(struct s5p_mfc_dev *dev)
     ^

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c