alistair23-linux/drivers/media/pci/saa7164
Paul Bolle b4c13d3df1 [media] saa7164: silence GCC warnings
Compiling the saa7164 driver without CONFIG_VIDEO_ADV_DEBUG set triggers
these GCC warnings:
    drivers/media/pci/saa7164/saa7164-encoder.c:1301:12: warning: ‘saa7164_g_register’ defined but not used [-Wunused-function]
    drivers/media/pci/saa7164/saa7164-encoder.c:1314:12: warning: ‘saa7164_s_register’ defined but not used [-Wunused-function]
Silence these warnings by wrapping these two functions in an "#ifdef
CONFIG_VIDEO_ADV_DEBUG" and "#endif" pair.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-02-05 13:50:14 -02:00
..
Kconfig [media] saa7164: Add dependency for V4L2 core 2012-08-21 08:41:08 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-08-15 16:42:14 -03:00
saa7164-api.c [media] saa7164: get rid of warning: no previous prototype 2012-10-27 18:07:30 -02:00
saa7164-buffer.c [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-bus.c [media] saa7164: get rid of warning: no previous prototype 2012-10-27 18:07:30 -02:00
saa7164-cards.c [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-cmd.c [media] saa7164: get rid of warning: no previous prototype 2012-10-27 18:07:30 -02:00
saa7164-core.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
saa7164-dvb.c [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-encoder.c [media] saa7164: silence GCC warnings 2013-02-05 13:50:14 -02:00
saa7164-fw.c [media] saa7164: get rid of warning: no previous prototype 2012-10-27 18:07:30 -02:00
saa7164-i2c.c [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-reg.h [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-types.h [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00
saa7164-vbi.c [media] saa7164: get rid of warning: no previous prototype 2012-10-27 18:07:30 -02:00
saa7164.h [media] rename most media/video pci drivers to media/pci 2012-08-15 16:36:22 -03:00