Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5234
b: refs/heads/master
c: 82ee3e6
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 27, 2005
1 parent f0bab24 commit 025dee9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 9e00e48626474854bf712372fe6656ef4621af0f
refs/heads/master: 82ee3e6fa347dcba19e36afb23a01020bc2e77e2
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/tveeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ int tveeprom_read(struct i2c_client *c, unsigned char *eedata, int len)
}
EXPORT_SYMBOL(tveeprom_read);

#if 0
int tveeprom_dump(unsigned char *eedata, int len)
{
int i;
Expand All @@ -460,6 +461,7 @@ int tveeprom_dump(unsigned char *eedata, int len)
return 0;
}
EXPORT_SYMBOL(tveeprom_dump);
#endif /* 0 */

/* ----------------------------------------------------------------------- */
/* needed for ivtv.sf.net at the moment. Should go away in the long */
Expand All @@ -477,7 +479,7 @@ static unsigned short normal_i2c[] = {

I2C_CLIENT_INSMOD;

struct i2c_driver i2c_driver_tveeprom;
static struct i2c_driver i2c_driver_tveeprom;

static int
tveeprom_command(struct i2c_client *client,
Expand Down Expand Up @@ -549,7 +551,7 @@ tveeprom_detach_client (struct i2c_client *client)
return 0;
}

struct i2c_driver i2c_driver_tveeprom = {
static struct i2c_driver i2c_driver_tveeprom = {
.owner = THIS_MODULE,
.name = "tveeprom",
.id = I2C_DRIVERID_TVEEPROM,
Expand Down
1 change: 0 additions & 1 deletion trunk/include/media/tveeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ void tveeprom_hauppauge_analog(struct tveeprom *tvee,
unsigned char *eeprom_data);

int tveeprom_read(struct i2c_client *c, unsigned char *eedata, int len);
int tveeprom_dump(unsigned char *eedata, int len);

0 comments on commit 025dee9

Please sign in to comment.