mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
iio: dac: ti-dac5571: remove unused id field
Remove unused id field from dac5571_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:
committed by
Jonathan Cameron
parent
3890d6a324
commit
18c1d078ef
@@ -45,7 +45,6 @@ static const struct dac5571_spec dac5571_spec[] = {
|
||||
|
||||
struct dac5571_data {
|
||||
struct i2c_client *client;
|
||||
int id;
|
||||
struct mutex lock;
|
||||
struct regulator *vref;
|
||||
u16 val[4];
|
||||
|
||||
Reference in New Issue
Block a user