summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16260.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/gyro/adis16260.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/gyro/adis16260.c')
-rw-r--r--drivers/iio/gyro/adis16260.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/gyro/adis16260.c b/drivers/iio/gyro/adis16260.c
index 0e3a66a7726d..be09b3e5910c 100644
--- a/drivers/iio/gyro/adis16260.c
+++ b/drivers/iio/gyro/adis16260.c
@@ -346,7 +346,6 @@ static const struct adis_data adis16260_data = {
.diag_stat_reg = ADIS16260_DIAG_STAT,
.self_test_mask = ADIS16260_MSC_CTRL_MEM_TEST,
- .startup_delay = ADIS16260_STARTUP_DELAY,
.timeouts = &adis16260_timeouts,
.status_error_msgs = adis1620_status_error_msgs,