From: Linus Walleij Date: Thu, 18 Oct 2012 15:58:29 +0000 (+0200) Subject: clk/ux500: explicitly include register header X-Git-Tag: next-20121113~24^2^2^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b7a5bcd5cdef34093f340029a1a097c136c5369b;p=karo-tx-linux.git clk/ux500: explicitly include register header The ux500 clock driver file named u8500_clk.c does not compile if it loose implicit dependencies to (I have no clue what files will include this) which manifests itself as I'm experimenting with SPARSE_IRQ so make the dependency explicit. Cc: Mike Turquette Acked-by: Ulf Hansson Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c index ca4a25ed844c..ab30ce87614c 100644 --- a/drivers/clk/ux500/u8500_clk.c +++ b/drivers/clk/ux500/u8500_clk.c @@ -12,7 +12,7 @@ #include #include #include - +#include #include "clk.h" void u8500_clk_init(void)