From cff6de372325c373cd041b3b28193b5320115211 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 20 Oct 2023 09:18:47 +0200 Subject: mfd: syscon: do not include regmap.h from mfd/syscon.h mfd/syscon.h include regmap.h when a struct regmap forward declaration would've sufficed. Let's forward declare and fix users of the header to directly include linux/regmap.h where needed. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20231020071853.2826528-6-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- drivers/serial/serial_clps711x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/serial') diff --git a/drivers/serial/serial_clps711x.c b/drivers/serial/serial_clps711x.c index 950d22c26c..2a284909bf 100644 --- a/drivers/serial/serial_clps711x.c +++ b/drivers/serial/serial_clps711x.c @@ -8,6 +8,7 @@ #include #include #include +#include #define UARTDR 0x00 # define UARTDR_FRMERR (1 << 8) -- cgit v1.2.3