]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit5c9ba5d863add3423e7b7ccdf44c7fd646171dd1
tree168411fb11643bde959c6c55207d93efdbc8554c
parent18c1d078efee67c0d65f1725bb07f5d3be7c8025
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>
drivers/iio/humidity/hdc2010.c