iio: humidity: hdc2010: remove unused interrupt_config
Remove unused interrupt_config field from hdc2010_data struct. The field is declared but never accessed in the driver. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
18c1d078ef
commit
5c9ba5d863
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ struct hdc2010_data {
|
|||
struct i2c_client *client;
|
||||
struct mutex lock;
|
||||
u8 measurement_config;
|
||||
u8 interrupt_config;
|
||||
u8 drdy_config;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue