mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
iio: sx9310: Drop channel_users[]
This struct member isn't used. Drop it.
Fixes: 72ad02b15d ("iio: Add SEMTECH SX9310/9311 sensor driver")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Daniel Campello <campello@chromium.org>
Signed-off-by: Daniel Campello <campello@chromium.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
de479073fa
commit
2756db5e90
@@ -136,7 +136,6 @@ struct sx9310_data {
|
||||
struct completion completion;
|
||||
unsigned long chan_read;
|
||||
unsigned long chan_event;
|
||||
int channel_users[SX9310_NUM_CHANNELS];
|
||||
unsigned int whoami;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user