mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
iio: imu: bmi323: remove redundant register definition
BMI323_STEP_SC1_REG was defined twice. Redundant definition has been removed Signed-off-by: Tarang Raval <tarang.raval@siliconsignals.io> Link: https://patch.msgid.link/20241009111828.43371-1-tarang.raval@siliconsignals.io Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
3681313a1c
commit
92accba976
|
|
@ -141,7 +141,6 @@
|
|||
#define BMI323_STEP_SC1_REG 0x10
|
||||
#define BMI323_STEP_SC1_WTRMRK_MSK GENMASK(9, 0)
|
||||
#define BMI323_STEP_SC1_RST_CNT_MSK BIT(10)
|
||||
#define BMI323_STEP_SC1_REG 0x10
|
||||
#define BMI323_STEP_LEN 2
|
||||
|
||||
/* Tap gesture config registers */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user