projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a6b84
)
iio: imu: st_lsm6dsx: remove st_lsm6dsx_write_with_mask() declaration
author
Lorenzo Bianconi
<
[email protected]
>
Sat, 6 Jan 2018 22:23:25 +0000
(23:23 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 8 Jan 2018 15:03:43 +0000
(16:03 +0100)
Remove st_lsm6dsx_write_with_mask() declaration since it has been removed
in commit
6674bef628e6
("iio: imu: st_lsm6dsx: add regmap API support")
Signed-off-by: Lorenzo Bianconi <
[email protected]
>
Signed-off-by: Jonathan Cameron <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
patch
|
blob
|
history
diff --git
a/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
b/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
index 35acb9c96745aff787df455d5d105c017212975f..8fdd723afa050bdefd41b90e86c831300674bfa6 100644
(file)
--- a/
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
+++ b/
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h
@@
-153,8
+153,6
@@
int st_lsm6dsx_probe(struct device *dev, int irq, int hw_id, const char *name,
int st_lsm6dsx_sensor_enable(struct st_lsm6dsx_sensor *sensor);
int st_lsm6dsx_sensor_disable(struct st_lsm6dsx_sensor *sensor);
int st_lsm6dsx_fifo_setup(struct st_lsm6dsx_hw *hw);
-int st_lsm6dsx_write_with_mask(struct st_lsm6dsx_hw *hw, u8 addr, u8 mask,
- u8 val);
int st_lsm6dsx_update_watermark(struct st_lsm6dsx_sensor *sensor,
u16 watermark);
int st_lsm6dsx_flush_fifo(struct st_lsm6dsx_hw *hw);