Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cadb2b12 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Lee Jones
Browse files

mfd: syscon: atmel-smc: Include string.h



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.

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 69b7516c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
 */
 */


#include <linux/mfd/syscon/atmel-smc.h>
#include <linux/mfd/syscon/atmel-smc.h>
#include <linux/string.h>


/**
/**
 * atmel_smc_cs_conf_init - initialize a SMC CS conf
 * atmel_smc_cs_conf_init - initialize a SMC CS conf