diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-03 00:27:04 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-07 20:16:42 +0300 |
commit | b8cd337c8e0330f4a29b3d1f69b7c73b324b1f8d (patch) | |
tree | 044ec830fe3af759bb59e14793baf603ed5246cd /arch/arm/plat-orion/mpp.c | |
parent | 06f3008a6a7454389a82495eb1fc132c2b0710f6 (diff) | |
download | linux-b8cd337c8e0330f4a29b3d1f69b7c73b324b1f8d.tar.xz |
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 @@ #include <linux/mbus.h> #include <linux/io.h> #include <linux/gpio.h> -#include <mach/hardware.h> #include <plat/orion-gpio.h> #include <plat/mpp.h> |