summaryrefslogtreecommitdiff
path: root/drivers/iio/trigger/stm32-lptimer-trigger.c
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2022-06-10 11:45:29 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-14 13:53:21 +0300
commitf93d3a779272a319f767a85a9062ebf69ecf5311 (patch)
tree1403bbc3f6370e9b12d99b834a44e977f191ca87 /drivers/iio/trigger/stm32-lptimer-trigger.c
parentca27395f1b9511830a3a5c65a1ad444c2923cbc2 (diff)
downloadlinux-f93d3a779272a319f767a85a9062ebf69ecf5311.tar.xz
iio: trigger: stm32-lptimer-trigger: explicitly add proper header files
Do not trust the fact that iio.h includes of.h which in turn includes all the headers we are relying on. The ultimate goal is to actually drop of.h from iio.h. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20220610084545.547700-19-nuno.sa@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/trigger/stm32-lptimer-trigger.c')
-rw-r--r--drivers/iio/trigger/stm32-lptimer-trigger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/trigger/stm32-lptimer-trigger.c b/drivers/iio/trigger/stm32-lptimer-trigger.c
index af46c10cea92..2e447a3f047d 100644
--- a/drivers/iio/trigger/stm32-lptimer-trigger.c
+++ b/drivers/iio/trigger/stm32-lptimer-trigger.c
@@ -11,6 +11,7 @@
#include <linux/iio/timer/stm32-lptim-trigger.h>
#include <linux/mfd/stm32-lptimer.h>
+#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/property.h>