summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/timer.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-21 21:51:08 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-04-08 11:59:44 (GMT)
commiteba52748bee971207ddc44b926c12282d0741e2e (patch)
treeabd82bbd775778f0a71f7b67b2f1aaaa44a7d222 /arch/arm/mach-ux500/timer.c
parent174e7796624d2749359c3fdc673c1232b060d7f6 (diff)
downloadlinux-fsl-qoriq-eba52748bee971207ddc44b926c12282d0741e2e.tar.xz
ARM: ux500: make irqs.h local to platform
With the PRCMU out of the way, nothing outside of mach-ux500 uses mach/irqs.h any more, so we can make it a local header file, including the two sub-headers. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/timer.c')
-rw-r--r--arch/arm/mach-ux500/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c
index 5b91fac..2dbbaef 100644
--- a/arch/arm/mach-ux500/timer.c
+++ b/arch/arm/mach-ux500/timer.c
@@ -14,7 +14,7 @@
#include <asm/smp_twd.h>
#include <mach/setup.h>
-#include <mach/irqs.h>
+#include "irqs.h"
#include "db8500-regs.h"
#include "id.h"