diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-25 04:00:44 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-05-24 22:32:45 +0300 |
commit | 342f3f9bf6fc2af67f00a07703053e2b1f882afd (patch) | |
tree | c248f05b63c425aeaa0e04c0821af8da0c169f59 /arch/arm/mach-lpc32xx/Makefile | |
parent | 4c1d76a1e15e0d66e581764b4d29d08d207aff4a (diff) | |
download | linux-342f3f9bf6fc2af67f00a07703053e2b1f882afd.tar.xz |
ARM: lpc32xx: remove legacy irq controller driver
New NXP LPC32xx irq chip driver is used instead of a legacy one.
[this also fixes a harmless build warning about the NR_IRQS redefinition]
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx/Makefile')
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/Makefile b/arch/arm/mach-lpc32xx/Makefile index c70709ada692..79b6b07e115d 100644 --- a/arch/arm/mach-lpc32xx/Makefile +++ b/arch/arm/mach-lpc32xx/Makefile @@ -2,6 +2,6 @@ # Makefile for the linux kernel. # -obj-y := irq.o common.o serial.o +obj-y := common.o serial.o obj-y += pm.o suspend.o obj-y += phy3250.o |