]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite0fd09820c0cd01a1a2a1bfc9c5fdaa92f048e3b
tree8dee35f41843e41376030c7c299bc92492627286
parent7a795c85ac53d4ef92f8709744b3c563457f217c
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