diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-22 01:51:08 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-04-08 15:59:44 +0400 |
commit | eba52748bee971207ddc44b926c12282d0741e2e (patch) | |
tree | abd82bbd775778f0a71f7b67b2f1aaaa44a7d222 /arch/arm/mach-ux500/board-mop500.h | |
parent | 174e7796624d2749359c3fdc673c1232b060d7f6 (diff) | |
download | linux-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/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index eb81caf1157e..16bf1ac020a8 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -8,7 +8,7 @@ #define __BOARD_MOP500_H /* For NOMADIK_NR_GPIO */ -#include <mach/irqs.h> +#include "irqs.h" #include <linux/platform_data/asoc-ux500-msp.h> #include <linux/amba/mmci.h> |