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/b2c2/skystar2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/drivers/media/dvb/b2c2/skystar2.c') diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 11ac13d30..dff1659c7 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -786,7 +786,7 @@ static int eeprom_read(struct adapter *adapter, u16 addr, u8 *buf, u16 len) return flex_i2c_read(adapter, 0x20000000, 0x50, addr, buf, len); } -u8 calc_lrc(u8 *buf, int len) +static u8 calc_lrc(u8 *buf, int len) { int i; u8 sum; @@ -2136,7 +2136,7 @@ static int send_diseqc_msg(struct adapter *adapter, int len, u8 *msg, unsigned l } -int soft_diseqc(struct adapter *adapter, unsigned int cmd, void *arg) +static int soft_diseqc(struct adapter *adapter, unsigned int cmd, void *arg) { switch (cmd) { case FE_SET_TONE: @@ -2204,7 +2204,7 @@ static int flexcop_sleep(struct dvb_frontend* fe) return 0; } -u32 flexcop_i2c_func(struct i2c_adapter *adapter) +static u32 flexcop_i2c_func(struct i2c_adapter *adapter) { printk("flexcop_i2c_func\n"); -- cgit v1.2.3