V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 21 Dec 2007 14:18:32 +0000 (11:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:11 +0000 (19:04 -0200)
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 <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found