[PATCH REPOST] mfd: syscon: atmel-smc: include string.h
Sebastian Andrzej Siewior
bigeasy at linutronix.de
Fri May 4 03:34:46 PDT 2018
The string.h header file is needed for the memset() definition. The RT
build fails because it is not pulled in via other header files.
Cc: Lee Jones <lee.jones at linaro.org>
Cc: Nicolas Ferre <nicolas.ferre at microchip.com>
Cc: Alexandre Belloni <alexandre.belloni at bootlin.com>
Cc: linux-arm-kernel at lists.infradead.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
---
drivers/mfd/atmel-smc.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/mfd/atmel-smc.c
+++ b/drivers/mfd/atmel-smc.c
@@ -12,6 +12,7 @@
*/
#include <linux/mfd/syscon/atmel-smc.h>
+#include <linux/string.h>
/**
* atmel_smc_cs_conf_init - initialize a SMC CS conf
More information about the linux-arm-kernel
mailing list