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:
parent
de479073fa
commit
2756db5e90
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue