Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16682
b: refs/heads/master
c: 5d7b851
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Jan 6, 2006
1 parent cf5a05c commit c7fc33d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 8a9947552d43b0d20d5fa23ac0ba435d526be454
refs/heads/master: 5d7b851dcced3611e4a4432308618b1ed1a9fc31
3 changes: 0 additions & 3 deletions trunk/include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ struct i2c_driver {
char name[32];
int id;
unsigned int class;
unsigned int flags; /* div., see below */

/* Notifies the driver that a new bus has appeared. This routine
* can be used by the driver to test if the bus meets its conditions
Expand Down Expand Up @@ -250,8 +249,6 @@ static inline void i2c_set_adapdata (struct i2c_adapter *dev, void *data)
dev_set_drvdata (&dev->dev, data);
}

/*flags for the driver struct: */

/*flags for the client struct: */
#define I2C_CLIENT_ALLOW_USE 0x01 /* Client allows access */
#define I2C_CLIENT_ALLOW_MULTIPLE_USE 0x02 /* Allow multiple access-locks */
Expand Down

0 comments on commit c7fc33d

Please sign in to comment.