From: Mike Isely Date: Fri, 28 Mar 2008 08:43:45 +0000 (-0300) Subject: V4L/DVB (7704): pvrusb2: Fix slop involving use of struct which might not be defined X-Git-Tag: v2.6.26-rc1~1084^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1b8d7841684d9d6273c479abe39d517dfb8cb8;p=pandora-kernel.git V4L/DVB (7704): pvrusb2: Fix slop involving use of struct which might not be defined When the DVB interface is not compiled, the pvr2_dvb_props struct is not available - so it really should be ifdef'ed out as well. This didn't cause an error because in this context its usage was as an opaque pointer. But it really shouldn't be present at all if DVB is not enabled. Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed