diff options
| author | Steve French <sfrench@us.ibm.com> | 2007-11-25 04:53:27 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2007-11-25 04:53:27 -0500 |
| commit | 058250a0d5886b4d96a195ecc7e3a75e2df5e4b1 (patch) | |
| tree | fb67e8f5258c6aa11d4e8c39650e23de7556b38d /include/linux/i2c.h | |
| parent | cea218054ad277d6c126890213afde07b4eb1602 (diff) | |
| parent | 2ffbb8377c7a0713baf6644e285adc27a5654582 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/i2c.h')
| -rw-r--r-- | include/linux/i2c.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 8033e6b33271..a100c9f8eb7c 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -400,11 +400,6 @@ extern int i2c_release_client(struct i2c_client *); | |||
| 400 | extern void i2c_clients_command(struct i2c_adapter *adap, | 400 | extern void i2c_clients_command(struct i2c_adapter *adap, |
| 401 | unsigned int cmd, void *arg); | 401 | unsigned int cmd, void *arg); |
| 402 | 402 | ||
| 403 | /* returns -EBUSY if address has been taken, 0 if not. Note that the only | ||
| 404 | other place at which this is called is within i2c_attach_client; so | ||
| 405 | you can cheat by simply not registering. Not recommended, of course! */ | ||
| 406 | extern int i2c_check_addr (struct i2c_adapter *adapter, int addr); | ||
| 407 | |||
| 408 | /* Detect function. It iterates over all possible addresses itself. | 403 | /* Detect function. It iterates over all possible addresses itself. |
| 409 | * It will only call found_proc if some client is connected at the | 404 | * It will only call found_proc if some client is connected at the |
| 410 | * specific address (unless a 'force' matched); | 405 | * specific address (unless a 'force' matched); |
