dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (6766): ivtv: remove i2c legacy support from drivers that no longer need it

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil 2007-12-08 07:43:14 -03:00 committed by Mauro Carvalho Chehab
parent d900920120
commit 2a2bfbff3d
7 changed files with 0 additions and 24 deletions

View File

@ -36,10 +36,6 @@ MODULE_DESCRIPTION("i2c device driver for m52790 A/V switch");
MODULE_AUTHOR("Hans Verkuil");
MODULE_LICENSE("GPL");
static unsigned short normal_i2c[] = { 0x90 >> 1, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
struct m52790_state {
u16 input;

View File

@ -69,10 +69,6 @@ module_param(test_image, int, 0644);
MODULE_PARM_DESC(debug, "debug level (0-2)");
MODULE_PARM_DESC(test_image, "test_image (0-1)");
static unsigned short normal_i2c[] = { 0x88 >> 1, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
/*
* SAA7127 registers

View File

@ -49,10 +49,6 @@ module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-1)");
static unsigned short normal_i2c[] = { 0x24 >> 1, 0x26 >> 1, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
enum {
R00 = 0, R01, R02, R03, R04,

View File

@ -39,10 +39,6 @@ module_param(debug, bool, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-1)");
static unsigned short normal_i2c[] = { 0xb8 >> 1, 0xba >> 1, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
enum {
R00 = 0, R01, R02, R03, R04,

View File

@ -36,10 +36,6 @@ MODULE_DESCRIPTION("vp27smpx driver");
MODULE_AUTHOR("Hans Verkuil");
MODULE_LICENSE("GPL");
static unsigned short normal_i2c[] = { 0xb6 >> 1, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
/* ----------------------------------------------------------------------- */

View File

@ -37,15 +37,12 @@ MODULE_AUTHOR("T. Adachi, Hans Verkuil");
MODULE_LICENSE("GPL");
static int debug;
static unsigned short normal_i2c[] = { 0x34 >> 1, 0x36 >> 1, I2C_CLIENT_END };
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-1)");
I2C_CLIENT_INSMOD;
/* ------------------------------------------------------------------------ */
enum {

View File

@ -34,7 +34,6 @@ struct v4l2_i2c_driver_data {
};
static struct v4l2_i2c_driver_data v4l2_i2c_data;
static struct i2c_client_address_data addr_data;
static struct i2c_driver v4l2_i2c_driver;