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)
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>

No differences found