diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2004-11-08 00:38:32 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-11-08 00:38:32 -0800 |
| commit | 0474cdc5f17fbb6e37cd02c64a19550798ac065b (patch) | |
| tree | e61a5e41fe09635ac66b910c61ed8cea8cf887a8 /include | |
| parent | b61e056bdcab615336e34ab90280a667e6fc7b4e (diff) | |
I2C: delete normal_i2c_range logic from sensors as there are no more users.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/i2c-sensor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/i2c-sensor.h b/include/linux/i2c-sensor.h index 7d05bef016d8..21b625204956 100644 --- a/include/linux/i2c-sensor.h +++ b/include/linux/i2c-sensor.h @@ -42,10 +42,6 @@ struct i2c_force_data { /* A structure containing the detect information. normal_i2c: filled in by the module writer. Terminated by I2C_CLIENT_ISA_END. A list of I2C addresses which should normally be examined. - normal_i2c_range: filled in by the module writer. Terminated by - I2C_CLIENT_ISA_END - A list of pairs of I2C addresses, each pair being an inclusive range of - addresses which should normally be examined. normal_isa: filled in by the module writer. Terminated by SENSORS_ISA_END. A list of ISA addresses which should normally be examined. probe: insmod parameter. Initialize this list with I2C_CLIENT_ISA_END values. @@ -62,7 +58,6 @@ struct i2c_force_data { */ struct i2c_address_data { unsigned short *normal_i2c; - unsigned short *normal_i2c_range; unsigned int *normal_isa; unsigned short *probe; unsigned short *ignore; @@ -83,7 +78,6 @@ struct i2c_address_data { "List of adapter,address pairs not to scan"); \ static struct i2c_address_data addr_data = { \ .normal_i2c = normal_i2c, \ - .normal_i2c_range = normal_i2c_range, \ .normal_isa = normal_isa, \ .probe = probe, \ .ignore = ignore, \ |
