Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76552
b: refs/heads/master
c: 2a2bfbf
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent fedcc8d commit a8ae2ab
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9009201207c4bdce9b95a0bd903b3f087e8eda1
refs/heads/master: 2a2bfbff3d867c62a49f43266ca993c9c2c2ff28
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/m52790.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/saa7127.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/upd64031a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/upd64083.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/vp27smpx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/* ----------------------------------------------------------------------- */

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/wm8739.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion trunk/include/media/v4l2-i2c-drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit a8ae2ab

Please sign in to comment.