Skip to content

Commit

Permalink
ARM: lpc32xx: remove legacy irq controller driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Zapolskiy authored and Arnd Bergmann committed May 24, 2016
1 parent 4c1d76a commit 342f3f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 478 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-lpc32xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 342f3f9

Please sign in to comment.