From: Mauro Carvalho Chehab Date: Tue, 30 Dec 2008 02:44:20 +0000 (-0300) Subject: V4L/DVB (10118): zoran: fix warning for a variable not used X-Git-Tag: v2.6.29-rc1~556^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b4bde48b36c0315ef41fd38c339b9c7e68c46f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed