Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101309
b: refs/heads/master
c: e3e7fc3
h: refs/heads/master
i:
  101307: 1f7932f
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Jul 14, 2008
1 parent f6a47f1 commit a9989de
Show file tree
Hide file tree
Showing 3 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: 0573d11b2bbd0e4774f33f4c1959c1939c055e96
refs/heads/master: e3e7fc3c401a5d53f0599a357b3cf65d6a4f52e3
2 changes: 0 additions & 2 deletions trunk/drivers/i2c/busses/i2c-elektor.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ static struct i2c_algo_pcf_data pcf_isa_data = {
.getown = pcf_isa_getown,
.getclock = pcf_isa_getclock,
.waitforpin = pcf_isa_waitforpin,
.udelay = 10,
.timeout = 100,
};

static struct i2c_adapter pcf_isa_ops = {
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/i2c-algo-pcf.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ struct i2c_algo_pcf_data {
int (*getclock) (void *data);
void (*waitforpin) (void);

/* local settings */
int udelay;
int timeout;

/* Multi-master lost arbitration back-off delay (msecs)
* This should be set by the bus adapter or knowledgable client
* if bus is multi-mastered, else zero
Expand Down

0 comments on commit a9989de

Please sign in to comment.