diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-02 16:27:04 -0500 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-07 12:16:42 -0500 |
commit | b8cd337c8e0330f4a29b3d1f69b7c73b324b1f8d (patch) | |
tree | 044ec830fe3af759bb59e14793baf603ed5246cd /arch/arm/plat-orion/mpp.c | |
parent | 06f3008a6a7454389a82495eb1fc132c2b0710f6 (diff) |
ARM: orion: always use MULTI_IRQ_HANDLER
As a preparation for multiplatform support, this enables
the MULTI_IRQ_HANDLER code unconditionally on dove and
orion5x, and introduces the respective code on mv78xx0,
which did not have it so far. The classic entry-macro.S
files are removed as they are now obsolete.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/plat-orion/mpp.c')
-rw-r--r-- | arch/arm/plat-orion/mpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-orion/mpp.c b/arch/arm/plat-orion/mpp.c index 7310bcfb299f..5b4ff9373c89 100644 --- a/arch/arm/plat-orion/mpp.c +++ b/arch/arm/plat-orion/mpp.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/mbus.h> | 13 | #include <linux/mbus.h> |
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
16 | #include <mach/hardware.h> | ||
17 | #include <plat/orion-gpio.h> | 16 | #include <plat/orion-gpio.h> |
18 | #include <plat/mpp.h> | 17 | #include <plat/mpp.h> |
19 | 18 | ||