OSDN Git Service

mfd: syscon: atmel-smc: Include string.h
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 4 May 2018 10:34:46 +0000 (12:34 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 May 2018 08:09:29 +0000 (09:09 +0100)
commitcadb2b12fbdc956c1f4a00fa371404c25295fb2c
tree8dee35f41843e41376030c7c299bc92492627286
parent69b7516c5632121510da46ad9a02b6c57b4ce271
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: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/atmel-smc.c