Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293831
b: refs/heads/master
c: b0209b3
h: refs/heads/master
i:
  293829: b39a4fe
  293827: 5fd80a0
  293823: 8accda1
v: v3
  • Loading branch information
Daniel Vetter committed Feb 29, 2012
1 parent d3fcda3 commit 4bf9c77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 1298330bd6ab5ea7c9616a242a6f40ef4968521d
refs/heads/master: b0209b39951868069710c1e39ca14add9fa77ada
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/algos/i2c-algo-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,10 +610,11 @@ static u32 bit_func(struct i2c_adapter *adap)

/* -----exported algorithm data: ------------------------------------- */

static const struct i2c_algorithm i2c_bit_algo = {
const struct i2c_algorithm i2c_bit_algo = {
.master_xfer = bit_xfer,
.functionality = bit_func,
};
EXPORT_SYMBOL(i2c_bit_algo);

/*
* registering functions to load algorithms at runtime
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/i2c-algo-bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ struct i2c_algo_bit_data {

int i2c_bit_add_bus(struct i2c_adapter *);
int i2c_bit_add_numbered_bus(struct i2c_adapter *);
extern const struct i2c_algorithm i2c_bit_algo;

#endif /* _LINUX_I2C_ALGO_BIT_H */

0 comments on commit 4bf9c77

Please sign in to comment.