counter: stm32-timer-cnt: remove iio headers
authorFabrice Gasnier <fabrice.gasnier@st.com>
Tue, 11 Feb 2020 10:56:06 +0000 (11:56 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 21 Feb 2020 10:02:15 +0000 (10:02 +0000)
commit15e8573d3b3f7f60b8b4e2c58e5bfc0413c9a89d
tree83c7ccfef44b6b47aef6b7793a0754afc04c920e
parentc5b8425514da595763850ae2f3ef78ababe4be80
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 <vilhelm.gray@gmail.com>
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/counter/stm32-timer-cnt.c