summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16136.c
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2020-01-07 13:17:05 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-01-12 11:34:13 +0000
commit77038bd01ce66ae65bcb66266c9747b670b5facd (patch)
tree4bc24e976148490786af9bbbd58d7504d96410c2 /drivers/iio/gyro/adis16136.c
parent380b107bbf9449ddea0637cefe65a6cbf7b6ca84 (diff)
downloadlinux-77038bd01ce66ae65bcb66266c9747b670b5facd.tar.bz2
iio: adis: Remove startup_delay
All timeouts are now handled by a dedicated timeout struct. This variable is no longer needed. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/gyro/adis16136.c')
-rw-r--r--drivers/iio/gyro/adis16136.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/gyro/adis16136.c b/drivers/iio/gyro/adis16136.c
index dc91d8df7697..d5e03a406d4a 100644
--- a/drivers/iio/gyro/adis16136.c
+++ b/drivers/iio/gyro/adis16136.c
@@ -472,7 +472,6 @@ static const struct adis_data adis16136_data = {
.msc_ctrl_reg = ADIS16136_REG_MSC_CTRL,
.self_test_mask = ADIS16136_MSC_CTRL_SELF_TEST,
- .startup_delay = 80,
.read_delay = 10,
.write_delay = 10,