Commit 4d8c7da0 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jonathan Cameron

iio: light: rohm-bu27034: remove unused struct 'bu27034_result'

'bu27034_result' is unused since the original
commit e52afbd6 ("iio: light: ROHM BU27034 Ambient Light Sensor").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Acked-by: default avatarMatti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/20240522230457.478156-4-linux@treblig.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 64741cb5
......@@ -223,12 +223,6 @@ struct bu27034_data {
} scan;
};
struct bu27034_result {
u16 ch0;
u16 ch1;
u16 ch2;
};
static const struct regmap_range bu27034_volatile_ranges[] = {
{
.range_min = BU27034_REG_SYSTEM_CONTROL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment