diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-12-01 03:51:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-01 18:48:57 -0500 |
commit | 769e24382dd47434dfda681f360868c4acd8b6e2 (patch) | |
tree | 1be728dd2f1a7f523e3de5f3f39b97a4b9905dbe /drivers/media/video/cx25840 | |
parent | 6f502b8a7858ecfa7d2a0762f7663b8b3d0808fc (diff) |
[PATCH] V4L: Some funcions now static and I2C hw code for IR
- Some funcions are now declared as static
- Added a I2C code for InfraRed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx25840')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index f6afeec499c5..539db129a9f4 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
@@ -714,7 +714,7 @@ static int cx25840_command(struct i2c_client *client, unsigned int cmd, | |||
714 | 714 | ||
715 | /* ----------------------------------------------------------------------- */ | 715 | /* ----------------------------------------------------------------------- */ |
716 | 716 | ||
717 | struct i2c_driver i2c_driver_cx25840; | 717 | static struct i2c_driver i2c_driver_cx25840; |
718 | 718 | ||
719 | static int cx25840_detect_client(struct i2c_adapter *adapter, int address, | 719 | static int cx25840_detect_client(struct i2c_adapter *adapter, int address, |
720 | int kind) | 720 | int kind) |
@@ -807,7 +807,7 @@ static int cx25840_detach_client(struct i2c_client *client) | |||
807 | 807 | ||
808 | /* ----------------------------------------------------------------------- */ | 808 | /* ----------------------------------------------------------------------- */ |
809 | 809 | ||
810 | struct i2c_driver i2c_driver_cx25840 = { | 810 | static struct i2c_driver i2c_driver_cx25840 = { |
811 | .name = "cx25840", | 811 | .name = "cx25840", |
812 | 812 | ||
813 | .id = I2C_DRIVERID_CX25840, | 813 | .id = I2C_DRIVERID_CX25840, |