summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-11-08 08:41:59 +0000
committerMichael Hunold <devnull@localhost>2004-11-08 08:41:59 +0000
commit4c1bdaf31bdb12fd6bb7d53ba39229118c61c2c3 (patch)
tree11a17dbb9b1efb12ed83bf7d2d8488edff2328aa /linux/drivers/media/dvb/frontends
parentb1adb56ca9f64c2cec0ba0ebb75332e51fd4ea79 (diff)
downloadmediapointer-dvb-s2-4c1bdaf31bdb12fd6bb7d53ba39229118c61c2c3.tar.gz
mediapointer-dvb-s2-4c1bdaf31bdb12fd6bb7d53ba39229118c61c2c3.tar.bz2
- make needlessly global code static
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/l64781.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/linux/drivers/media/dvb/frontends/l64781.c b/linux/drivers/media/dvb/frontends/l64781.c
index 2074ddf12..af4cb09b0 100644
--- a/linux/drivers/media/dvb/frontends/l64781.c
+++ b/linux/drivers/media/dvb/frontends/l64781.c
@@ -124,22 +124,6 @@ static int reset_and_configure (struct l64781_state* state)
return (i2c_transfer(state->i2c, &msg, 1) == 1) ? 0 : -ENODEV;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param)
{
struct l64781_state* state = (struct l64781_state*) fe->demodulator_priv;