aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-09-04 20:15:46 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:08:20 -0400
commitf29379c3619d85e0bdc0ee30c8199f7f66866fcf (patch)
treede664ea8026afb33295b14606fbbc900941901a5 /drivers/media
parenta77743bc2d29197d48a6f4ae9f8f9e0f0b0ba5d7 (diff)
V4L/DVB (6169): Removed unused function mt2131_set_gpo()
Unused code is removed. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/mt2131.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/dvb/frontends/mt2131.c b/drivers/media/dvb/frontends/mt2131.c
index 6bcc4ccc9911..4b93931de4e1 100644
--- a/drivers/media/dvb/frontends/mt2131.c
+++ b/drivers/media/dvb/frontends/mt2131.c
@@ -91,17 +91,6 @@ static int mt2131_writeregs(struct mt2131_priv *priv,u8 *buf, u8 len)
91 return 0; 91 return 0;
92} 92}
93 93
94static int mt2131_set_gpo(struct dvb_frontend *fe, u8 val)
95{
96 struct mt2131_priv *priv = fe->tuner_priv;
97 u8 v;
98
99 mt2131_readreg(priv, 0x07, &v);
100 mt2131_writereg(priv, 0x07, (v & 0xfe) | (val & 0x01));
101
102 return 0;
103}
104
105static int mt2131_set_params(struct dvb_frontend *fe, 94static int mt2131_set_params(struct dvb_frontend *fe,
106 struct dvb_frontend_parameters *params) 95 struct dvb_frontend_parameters *params)
107{ 96{