]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: humidity: hdc2010: remove unused interrupt_config
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Mon, 2 Feb 2026 11:26:00 +0000 (13:26 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:02 +0000 (21:20 +0000)
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>
drivers/iio/humidity/hdc2010.c

index 894a8b4ab193ca6fa0f0fa8c2e126d87bf766f4c..1a0f18251381543c4e9f749aeed7fc9541721d55 100644 (file)
@@ -44,7 +44,6 @@ struct hdc2010_data {
        struct i2c_client *client;
        struct mutex lock;
        u8 measurement_config;
-       u8 interrupt_config;
        u8 drdy_config;
 };