linux/drivers/media/pci/zoran
Mauro Carvalho Chehab 40bcfdac96 zr36016: remove some unused tables
Gcc 6.1 warns about some unused tables:

drivers/media/pci/zoran/zr36016.c:251:18: warning: 'zr016_yoff' defined but not used [-Wunused-const-variable=]
 static const int zr016_yoff[] = { 8, 9, 7 };
                  ^~~~~~~~~~
drivers/media/pci/zoran/zr36016.c:250:18: warning: 'zr016_xoff' defined but not used [-Wunused-const-variable=]
 static const int zr016_xoff[] = { 20, 20, 20 };
                  ^~~~~~~~~~

Those tables aren't used anywere. So, remove them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-06-24 12:02:11 -03:00
..
Kconfig [media] zoran: don't build it on alpha 2013-11-07 15:03:19 -02:00
Makefile
videocodec.c [media] drivers/media/pci/zoran: avoid fragile snprintf use 2016-05-07 10:27:07 -03:00
videocodec.h
zoran_card.c [media] include/media: split I2C headers from V4L2 core 2015-11-17 06:57:11 -02:00
zoran_card.h
zoran_device.c [media] zoran: Use monotonic time 2015-08-16 13:29:31 -03:00
zoran_device.h
zoran_driver.c [media] zoran: convert to the control framework and to v4l2_fh 2015-08-11 07:01:05 -03:00
zoran_procfs.c assorted conversions to %p[dD] 2014-11-19 13:01:20 -05:00
zoran_procfs.h
zoran.h [media] zoran: convert to the control framework and to v4l2_fh 2015-08-11 07:01:05 -03:00
zr36016.c zr36016: remove some unused tables 2016-06-24 12:02:11 -03:00
zr36016.h
zr36050.c
zr36050.h [media] zoran: remove duplicate ZR050_MO_COMP define 2014-07-17 20:07:57 -03:00
zr36057.h
zr36060.c
zr36060.h