V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changes

The group preferred dtv_ over tv_, this implements it.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c
index 666a0d8..f150fa2 100644
--- a/drivers/media/dvb/frontends/cx24116.c
+++ b/drivers/media/dvb/frontends/cx24116.c
@@ -776,7 +776,7 @@
 static int cx24116_get_params(struct dvb_frontend* fe)
 {
 	struct cx24116_state *state = fe->demodulator_priv;
-	struct tv_frontend_properties *cache = &fe->tv_property_cache;
+	struct dtv_frontend_properties *cache = &fe->dtv_property_cache;
 
 	dprintk("%s()\n",__func__);
 
@@ -796,7 +796,7 @@
 	return cx24116_diseqc_init(fe);
 }
 
-static int cx24116_set_property(struct dvb_frontend *fe, tv_property_t* tvp)
+static int cx24116_set_property(struct dvb_frontend *fe, dtv_property_t* tvp)
 {
 	dprintk("%s(..)\n", __func__);
 	return 0;
@@ -814,7 +814,7 @@
 static int cx24116_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters *p)
 {
 	struct cx24116_state *state = fe->demodulator_priv;
-	struct tv_frontend_properties *c = &fe->tv_property_cache;
+	struct dtv_frontend_properties *c = &fe->dtv_property_cache;
 	struct cx24116_cmd cmd;
 	fe_status_t tunerstat;
 	int ret, above30msps;