mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
iio: accel: bmi088: remove unused struct 'bmi088_scale_info'
'bmi088_scale_info' has been unused since the original
commit c19ae6be75
("iio: accel: Add support for the Bosch-Sensortec
BMI088").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240522230457.478156-2-linux@treblig.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
a4c514e5f0
commit
1568f94f29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user