From: Michael Krufky Date: Fri, 21 Dec 2007 14:18:32 +0000 (-0300) Subject: V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend X-Git-Tag: v2.6.25-rc1~1235^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3e5c7fc20d3c09667067878fb7a55dd9fc041d;p=pandora-kernel.git V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend Rather than using a pointer, include struct analog_demod_ops directly inside struct dvb_frontend. This will allow us to use dvb_attach in the future, along with removing the need to check the ops structure before having to check the pointer to the method being called. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed