aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c-sensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c-sensor.h')
-rw-r--r--include/linux/i2c-sensor.h7
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). */
206extern 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 */