diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-07-31 15:45:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:20 -0400 |
commit | 96478ef3f3f71fa929cc905cc794993e312d9a5d (patch) | |
tree | 0d2200f9b89937944029880cd24f18d157d91901 /include | |
parent | 2ed2dc3c116d26fc6a9384e83d136b15cc203b6c (diff) |
[PATCH] hwmon: hwmon vs i2c, second round (05/11)
The i2c_detect function has no more user, delete it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c-sensor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/i2c-sensor.h b/include/linux/i2c-sensor.h index fc9284af9fae..1563d445dfd1 100644 --- a/include/linux/i2c-sensor.h +++ b/include/linux/i2c-sensor.h | |||
@@ -200,11 +200,4 @@ | |||
200 | NULL }; \ | 200 | NULL }; \ |
201 | SENSORS_INSMOD | 201 | SENSORS_INSMOD |
202 | 202 | ||
203 | /* Detect function. It iterates over all possible addresses itself. For | ||
204 | SMBus addresses, it will only call found_proc if some client is connected | ||
205 | to the SMBus (unless a 'force' matched). */ | ||
206 | extern int i2c_detect(struct i2c_adapter *adapter, | ||
207 | struct i2c_client_address_data *address_data, | ||
208 | int (*found_proc) (struct i2c_adapter *, int, int)); | ||
209 | |||
210 | #endif /* def _LINUX_I2C_SENSOR_H */ | 203 | #endif /* def _LINUX_I2C_SENSOR_H */ |