Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10622
b: refs/heads/master
c: d3554b4
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 317bf80 commit c3c051f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 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: 862bc36f682b25dd97833f702b4f8c97661b8811
refs/heads/master: d3554b4a2fb0e2229eb0d3fa9ece5b2f0b906d3e
2 changes: 0 additions & 2 deletions trunk/include/linux/i2c-algo-bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ struct i2c_algo_bit_data {
int timeout; /* in jiffies */
};

#define I2C_BIT_ADAP_MAX 16

int i2c_bit_add_bus(struct i2c_adapter *);
int i2c_bit_del_bus(struct i2c_adapter *);

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/i2c-algo-pca.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ struct i2c_algo_pca_data {
int (*wait_for_interrupt) (struct i2c_algo_pca_data *adap);
};

#define I2C_PCA_ADAP_MAX 16

int i2c_pca_add_bus(struct i2c_adapter *);
int i2c_pca_del_bus(struct i2c_adapter *);

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/i2c-algo-pcf.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ struct i2c_algo_pcf_data {
int timeout;
};

#define I2C_PCF_ADAP_MAX 16

int i2c_pcf_add_bus(struct i2c_adapter *);
int i2c_pcf_del_bus(struct i2c_adapter *);

Expand Down

0 comments on commit c3c051f

Please sign in to comment.