V4L/DVB (10118): zoran: fix warning for a variable not used
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 02:44:20 +0000 (23:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:40:35 +0000 (09:40 -0200)
commit60b4bde48b36c0315ef41fd38c339b9c7e68c46f
tree702203886c26c1ce7a0d0aaea68af7572fba2658
parent4d543096ee743faa52d69506eef73d3cb6208f18
V4L/DVB (10118): zoran: fix warning for a variable not used

Fix this warning:

drivers/media/video/zoran/zoran_card.c:156: warning: ‘zr36067_pci_tbl’ defined but not used

Currently, zoran driver relies on a find routine that doesn't use the
pci table.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zoran/zoran_card.c