diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-20 02:13:48 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-20 02:13:48 +0000 |
commit | 6be6cf626692423f838ec37dd3e29de60e0b3032 (patch) | |
tree | e15b6538f6cc45bdd024f9037353b4082a9bae96 /linux/drivers/media/video/cx25840/cx25840-core.c | |
parent | afd0d0eecb3280f467122c2f4592be0e9bd366a2 (diff) | |
download | mediapointer-dvb-s2-6be6cf626692423f838ec37dd3e29de60e0b3032.tar.gz mediapointer-dvb-s2-6be6cf626692423f838ec37dd3e29de60e0b3032.tar.bz2 |
some funcions now static and I2C hw code for IR
CC: Jean Delvare <khali@linux-fr.org>
CC: LM Sensors <lm-sensors@lm-sensors.org>
CC: Greg KH <gregkh@suse.de>
- Some funcions are now declared as static
- Added a I2C code for InfraRed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx25840/cx25840-core.c')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840-core.c b/linux/drivers/media/video/cx25840/cx25840-core.c index e2538242e..764669a99 100644 --- a/linux/drivers/media/video/cx25840/cx25840-core.c +++ b/linux/drivers/media/video/cx25840/cx25840-core.c @@ -723,7 +723,7 @@ static int cx25840_command(struct i2c_client *client, unsigned int cmd, /* ----------------------------------------------------------------------- */ -struct i2c_driver i2c_driver_cx25840; +static struct i2c_driver i2c_driver_cx25840; static int cx25840_detect_client(struct i2c_adapter *adapter, int address, #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) @@ -829,7 +829,7 @@ static int cx25840_detach_client(struct i2c_client *client) /* ----------------------------------------------------------------------- */ -struct i2c_driver i2c_driver_cx25840 = { +static struct i2c_driver i2c_driver_cx25840 = { .name = "cx25840", .id = I2C_DRIVERID_CX25840, |