Skip to content

Commit 9b4b8da

Browse files
notropopcornmix
authored andcommitted
bcm2708: Remove armctrl irq driver
Not needed now that we only support Device Tree booting. Signed-off-by: Noralf Trønnes <[email protected]>
1 parent 728f827 commit 9b4b8da

File tree

11 files changed

+3
-1186
lines changed

11 files changed

+3
-1186
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ config ARCH_BCM2708
330330
select ARM_ERRATA_411920
331331
select MACH_BCM2708
332332
select MULTI_IRQ_HANDLER
333+
select SPARSE_IRQ
333334
select VC4
334335
select FIQ
335336
help

arch/arm/mach-bcm2708/Makefile

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

5-
obj-$(CONFIG_MACH_BCM2708) += bcm2708.o armctrl.o
5+
obj-$(CONFIG_MACH_BCM2708) += bcm2708.o

arch/arm/mach-bcm2708/armctrl.c

Lines changed: 0 additions & 383 deletions
This file was deleted.

0 commit comments

Comments
 (0)