From 4c1bdaf31bdb12fd6bb7d53ba39229118c61c2c3 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Mon, 8 Nov 2004 08:41:59 +0000 Subject: - make needlessly global code static - whitespace and newline cleanups Thanks to Adrian Bunk --- linux/drivers/media/dvb/frontends/l64781.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'linux/drivers/media/dvb/frontends') 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; -- cgit v1.2.3