diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-03-19 15:41:55 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-04-08 13:59:28 +0200 |
commit | 174e7796624d2749359c3fdc673c1232b060d7f6 (patch) | |
tree | b72c821e4c7aa32765fe0509d0ccd00c9c2b68d1 /drivers/clocksource | |
parent | e5a1f68203e4dab8fdbb4c7d20977e6a5dbc7a49 (diff) | |
download | op-kernel-dev-174e7796624d2749359c3fdc673c1232b060d7f6.zip op-kernel-dev-174e7796624d2749359c3fdc673c1232b060d7f6.tar.gz |
ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>
This removes <mach/hardware.h> and <mach/db8500-regs.h>
from the Ux500, merging them into the local include
"db8500-regs.h" in mach-ux500. There is some impact
outside the ux500 machine, but most of it is dealt with
in earlier patches.
Contains portions of a clean-up patch from Arnd Bergmann.
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/clksrc-dbx500-prcmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/clksrc-dbx500-prcmu.c b/drivers/clocksource/clksrc-dbx500-prcmu.c index c26c369..4f34093 100644 --- a/drivers/clocksource/clksrc-dbx500-prcmu.c +++ b/drivers/clocksource/clksrc-dbx500-prcmu.c @@ -18,7 +18,6 @@ #include <asm/sched_clock.h> #include <mach/setup.h> -#include <mach/hardware.h> #define RATE_32K 32768 |