Commit 1568f94f authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jonathan Cameron

iio: accel: bmi088: remove unused struct 'bmi088_scale_info'

'bmi088_scale_info' has been unused since the original
commit c19ae6be ("iio: accel: Add support for the Bosch-Sensortec
BMI088").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240522230457.478156-2-linux@treblig.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent a4c514e5
......@@ -114,11 +114,6 @@ enum bmi088_odr_modes {
BMI088_ACCEL_MODE_ODR_1600 = 0xc,
};
struct bmi088_scale_info {
int scale;
u8 reg_range;
};
struct bmi088_accel_chip_info {
const char *name;
u8 chip_id;
......
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