summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adis16201.c
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2020-01-07 12:17:05 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-01-12 12:34:13 +0100
commit77038bd01ce66ae65bcb66266c9747b670b5facd (patch)
tree4bc24e976148490786af9bbbd58d7504d96410c2 /drivers/iio/accel/adis16201.c
parentiio: adis: Introduce timeouts structure (diff)
downloadlinux-77038bd01ce66ae65bcb66266c9747b670b5facd.tar.xz
linux-77038bd01ce66ae65bcb66266c9747b670b5facd.zip
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/accel/adis16201.c')
-rw-r--r--drivers/iio/accel/adis16201.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/accel/adis16201.c b/drivers/iio/accel/adis16201.c
index c92d22387b01..0f0f27a8184e 100644
--- a/drivers/iio/accel/adis16201.c
+++ b/drivers/iio/accel/adis16201.c
@@ -247,7 +247,6 @@ static const struct adis_data adis16201_data = {
.self_test_mask = ADIS16201_MSC_CTRL_SELF_TEST_EN,
.self_test_no_autoclear = true,
- .startup_delay = ADIS16201_STARTUP_DELAY_MS,
.timeouts = &adis16201_timeouts,
.status_error_msgs = adis16201_status_error_msgs,