Skip to content

Commit 28165ec

Browse files
committed
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Arnd Bergmann: "This is a first set of bug fixes on top of what was merged for 4.7. Two patches for lpc32xx address a harmless build warning that was just introduced, one patch for the mediatek soc driver fixes a warning for arm64, and the pxa changes are minor cleanups that should have been part of the original pull requests but that I forgot to apply to the cleanup-fixes branch earlier" * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: lpc32xx: fix NR_IRQS confict ARM: lpc32xx: remove legacy irq controller driver soc: mtk-pmic-wrap: avoid integer overflow warning ARM: pxa: Remove CLK_IS_ROOT ARM: pxa: activate pinctrl for device-tree machines
2 parents 08344f3 + 09564b7 commit 28165ec

File tree

6 files changed

+8
-483
lines changed

6 files changed

+8
-483
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

arch/arm/mach-lpc32xx/include/mach/irqs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
#define IRQ_LPC32XX_GPI_06 LPC32XX_SIC2_IRQ(28)
113113
#define IRQ_LPC32XX_SYSCLK LPC32XX_SIC2_IRQ(31)
114114

115-
#define NR_IRQS 96
115+
#define LPC32XX_NR_IRQS 96
116116

117117
#endif

0 commit comments

Comments
 (0)