1
0
Fork 0
alistair23-linux/drivers/media/usb/stk1160
Mauro Carvalho Chehab 504fc0286d [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>
2017-02-03 11:30:37 -02:00
..
Kconfig [media] stk1160: Remove stk1160-mixer and setup internal AC97 codec automatically 2017-02-03 11:25:51 -02:00
Makefile [media] stk1160: Remove stk1160-mixer and setup internal AC97 codec automatically 2017-02-03 11:25:51 -02:00
stk1160-ac97.c [media] stk1160: make some functions static 2017-02-03 11:30:37 -02:00
stk1160-core.c [media] stk1160: Check whether to use AC97 codec 2017-02-03 11:26:32 -02:00
stk1160-i2c.c [media] constify i2c_algorithm structures 2016-09-19 16:27:02 -03:00
stk1160-reg.h [media] stk1160: Wait for completion of transfers to and from AC97 codec 2017-02-03 11:29:24 -02:00
stk1160-v4l.c [media] usb: constify vb2_ops structures 2016-09-19 16:20:35 -03:00
stk1160-video.c [media] media: usb: stk1160: stk1160-video: don't print error when allocating urb fails 2016-08-24 09:26:01 -03:00
stk1160.h [media] stk1160: Wait for completion of transfers to and from AC97 codec 2017-02-03 11:29:24 -02:00