]> git.karo-electronics.de Git - linux-beck.git/commit
[media] dm355_ccdc: declare a function as static
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 21 Aug 2014 20:53:23 +0000 (15:53 -0500)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:51:59 +0000 (18:51 -0300)
commit0448056c7e97f3d8aef6777ffc8ed18569f973e3
tree271da17c2d2b9145adc4e338c67b55adf3a85c8e
parentf17513c9bf5650738d80cd82f716901b3562bf27
[media] dm355_ccdc: declare a function as static

drivers/media/platform/davinci/dm355_ccdc.c:463:5: warning: no previous prototy
pe for 'ccdc_write_dfc_entry' [-Wmissing-prototypes]
 int ccdc_write_dfc_entry(int index, struct ccdc_vertical_dft *dfc)
     ^

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/davinci/dm355_ccdc.c