[media] stk1160: make some functions static
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Feb 2017 13:30:37 +0000 (11:30 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Feb 2017 13:30:37 +0000 (11:30 -0200)
commit504fc0286d847a23aed30bea214a9e51802f0318
treec14a3cb14dac56bfad5c115243f7a7e05a0e2614
parent9a4825edbcd6f7d7da88696412c6b0436ed7cc0b
[media] stk1160: make some functions static

As warned by gcc:

drivers/media/usb/stk1160/stk1160-ac97.c:117:5: warning: no previous prototype for 'stk1160_has_audio' [-Wmissing-prototypes]
 int stk1160_has_audio(struct stk1160 *dev)
     ^~~~~~~~~~~~~~~~~
drivers/media/usb/stk1160/stk1160-ac97.c:125:5: warning: no previous prototype for 'stk1160_has_ac97' [-Wmissing-prototypes]
 int stk1160_has_ac97(struct stk1160 *dev)
     ^~~~~~~~~~~~~~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/stk1160/stk1160-ac97.c