diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-10-28 00:25:26 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-01-12 17:52:14 +0100 |
commit | 44430ec068b207f985aa00b1d34bb5085dbc39d5 (patch) | |
tree | 6d2e69370398a9702128eb786c6bcf2c5eddf3a7 /arch/arm/common/Makefile | |
parent | ARM: samsung: remove unused tick.h (diff) | |
download | linux-44430ec068b207f985aa00b1d34bb5085dbc39d5.tar.xz linux-44430ec068b207f985aa00b1d34bb5085dbc39d5.zip |
irqchip: Move ARM VIC to drivers/irqchip
Now that we have drivers/irqchip, move VIC irqchip to drivers/irqchip.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/common/Makefile')
-rw-r--r-- | arch/arm/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile index 4104b821f860..dc8dd0de5c0f 100644 --- a/arch/arm/common/Makefile +++ b/arch/arm/common/Makefile @@ -2,7 +2,6 @@ # Makefile for the linux kernel. # -obj-$(CONFIG_ARM_VIC) += vic.o obj-$(CONFIG_ICST) += icst.o obj-$(CONFIG_SA1111) += sa1111.o obj-$(CONFIG_PCI_HOST_VIA82C505) += via82c505.o |