Skip to content

Commit 342f3f9

Browse files
vzapolskiyarndb
authored andcommitted
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 <[email protected]> Acked-by: Sylvain Lemieux <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 4c1d76a commit 342f3f9

File tree

2 files changed

+1
-478
lines changed

2 files changed

+1
-478
lines changed

arch/arm/mach-lpc32xx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Makefile for the linux kernel.
33
#
44

5-
obj-y := irq.o common.o serial.o
5+
obj-y := common.o serial.o
66
obj-y += pm.o suspend.o
77
obj-y += phy3250.o

0 commit comments

Comments
 (0)