clk/ux500: explicitly include register header
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 18 Oct 2012 15:58:29 +0000 (17:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Nov 2012 08:55:31 +0000 (09:55 +0100)
commitb7a5bcd5cdef34093f340029a1a097c136c5369b
tree1c26d9e6de00a78b8820173364e111806e3ba5ae
parentc3123cfdc9e3241055f1ba0d6ceb8b41f97e31b9
clk/ux500: explicitly include register header

The ux500 clock driver file named u8500_clk.c does not compile
if it loose implicit dependencies to <mach/db8500-regs.h>
(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 <mturquette@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/clk/ux500/u8500_clk.c