summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-01-19 17:26:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-22 13:54:32 +0100
commit442f304e615161fb75239dfbf4517e69a4da17d9 (patch)
tree274b981baf1918cef7f3f02f36fcebe88c2bd6ef /include/linux
parentb10cb98c70ce36ce3137c7463ec84a54770f82cc (diff)
downloadbarebox-442f304e615161fb75239dfbf4517e69a4da17d9.tar.gz
barebox-442f304e615161fb75239dfbf4517e69a4da17d9.tar.xz
regmap: include missing header from linux/regmap.h
The header defines regmap_read_poll_timeout, which requires <linux/iopoll.h>, thus include the header. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240119162610.1014870-16-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 9e38fbc12e..3ba0f852f6 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -3,6 +3,7 @@
#define __LINUX_REGMAP_H
#include <linux/compiler.h>
+#include <linux/iopoll.h>
#include <linux/types.h>
enum regmap_endian {