]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ff32dfd670eace71d329ac7d8592b788d514499
tree1c26d9e6de00a78b8820173364e111806e3ba5ae
parentbb1f5c0ae5ea2876ce21430958591bd067af7689
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