[media] dvb: get rid of fepriv->parameters_in
commite399ce77e6e8f0ff2e0b8ef808cbb88fc824c610
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 1 Jan 2012 19:11:16 +0000 (1 16:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jan 2012 19:30:02 +0000 (4 17:30 -0200)
tree86c37c31e9fd196e0ffb83f83e7cdc8fc5fc14d6
parenta520ca97a51941f13a802b9e00ed27fc26e0ead6
[media] dvb: get rid of fepriv->parameters_in

This var were used during DVBv3 times, in order to keep a copy
of the parameters used by the events. This is not needed anymore,
as the parameters are now dynamically generated from the DVBv5
structure.

So, just get rid of it. That means that a DVBv5 pure call won't
use anymore any DVBv3 parameters.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c