[PATCH] clk: sunxi-ng: explicitly include linux/spinlock.h
From: Chen-Yu Tsai <hidden>
Date: 2017-05-15 10:25:06
Also in:
linux-clk
From: Chen-Yu Tsai <hidden>
Date: 2017-05-15 10:25:06
Also in:
linux-clk
On Mon, May 15, 2017 at 6:23 PM, Tobias Klauser [off-list ref] wrote:
ccu_reset.h and ccu_reset.c use spinlock_t and associated functions but rely on implict inclusion of linux/spinlock.h which means that changes in other headers could break the build. Thus, add an explicit include. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Chen-Yu Tsai <redacted>