From 15e8573d3b3f7f60b8b4e2c58e5bfc0413c9a89d Mon Sep 17 00:00:00 2001 From: Fabrice Gasnier Date: Tue, 11 Feb 2020 11:56:06 +0100 Subject: [PATCH] counter: stm32-timer-cnt: remove iio headers The stm32-timer-cnt driver doesn't use the iio interface. The iio headers aren't relevant and can be removed as reported by William in [1]. With this change, mod_devicetable.h needs to be added to define the 'of_device_id' struct. [1] https://lkml.org/lkml/2020/2/10/1516 Reported-by: William Breathitt Gray Signed-off-by: Fabrice Gasnier Signed-off-by: Jonathan Cameron --- drivers/counter/stm32-timer-cnt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/counter/stm32-timer-cnt.c b/drivers/counter/stm32-timer-cnt.c index 50496f453d6d..ef2a974a2f10 100644 --- a/drivers/counter/stm32-timer-cnt.c +++ b/drivers/counter/stm32-timer-cnt.c @@ -8,9 +8,8 @@ * */ #include -#include -#include #include +#include #include #include #include -- 2.11.0