From: Michael Krufky Date: Fri, 21 Dec 2007 19:12:09 +0000 (-0300) Subject: V4L/DVB (6893): tuner-xc2028: fix xc2028_attach function X-Git-Tag: v2.6.25-rc1~1235^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7972f9880c8c812332a56da7cfa4523d01ea310b;p=pandora-kernel.git V4L/DVB (6893): tuner-xc2028: fix xc2028_attach function xc2028_attach was returning an integer when disabled from the build, where it should instead be returning NULL. Declare xc2028_attach as type dvb_frontend * instead of void *. The prototype declaration must be marked as extern in the header. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed