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)
commitbc3e5c7fc20d3c09667067878fb7a55dd9fc041d
tree81d83ec2aa0b21f8b594d45a398bdefe206ad3e3
parent9ad89f0104314786138d580ab2c1119e7e470f56
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 <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_frontend.h
drivers/media/dvb/frontends/tda18271-fe.c
drivers/media/video/tda8290.c
drivers/media/video/tda9887.c
drivers/media/video/tuner-core.c