Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101318
b: refs/heads/master
c: f6a7110
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Jul 14, 2008
1 parent 3b8b922 commit 5954aa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 954a99307f256f1badd751a2e128c09af235c317
refs/heads/master: f6a7110520037ba786f17b53790c6eb8a3d4ef55
7 changes: 0 additions & 7 deletions trunk/drivers/i2c/i2c-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,19 +548,12 @@ static int i2cdev_detach_adapter(struct i2c_adapter *adap)
return 0;
}

static int i2cdev_detach_client(struct i2c_client *client)
{
return 0;
}

static struct i2c_driver i2cdev_driver = {
.driver = {
.name = "dev_driver",
},
.id = I2C_DRIVERID_I2CDEV,
.attach_adapter = i2cdev_attach_adapter,
.detach_adapter = i2cdev_detach_adapter,
.detach_client = i2cdev_detach_client,
};

/* ------------------------------------------------------------------------- */
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/i2c-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@
#define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */
#define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */

#define I2C_DRIVERID_I2CDEV 900

#define I2C_DRIVERID_OV7670 1048 /* Omnivision 7670 camera */

/*
Expand Down

0 comments on commit 5954aa5

Please sign in to comment.