diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ntc_thermistor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/ntc_thermistor.h b/include/linux/platform_data/ntc_thermistor.h index fa95f9cbe7ea..c7285b575462 100644 --- a/include/linux/platform_data/ntc_thermistor.h +++ b/include/linux/platform_data/ntc_thermistor.h | |||
| @@ -45,8 +45,8 @@ struct ntc_thermistor_platform_data { | |||
| 45 | * chan: iio_channel pointer to communicate with the ADC which the | 45 | * chan: iio_channel pointer to communicate with the ADC which the |
| 46 | * thermistor is using for conversion of the analog values. | 46 | * thermistor is using for conversion of the analog values. |
| 47 | */ | 47 | */ |
| 48 | int (*read_uV)(struct ntc_thermistor_platform_data *); | 48 | int (*read_uv)(struct ntc_thermistor_platform_data *); |
| 49 | unsigned int pullup_uV; | 49 | unsigned int pullup_uv; |
| 50 | 50 | ||
| 51 | unsigned int pullup_ohm; | 51 | unsigned int pullup_ohm; |
| 52 | unsigned int pulldown_ohm; | 52 | unsigned int pulldown_ohm; |
