From ff78a189b0ae55f258f020a428c834250eb8f834 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 26 Nov 2014 17:19:14 +0100 Subject: ARM: at91: remove old at91-specific clock driver This clock driver collection was specific to AT91 and only used in !DT cases. All clocks and the clock trees for all Atmel SoCs are now described by drivers using the common clock framework. Signed-off-by: Nicolas Ferre Acked-by: Boris BREZILLON --- arch/arm/mach-at91/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-at91/Makefile') diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index edc5b21f2157..b486c7760ac4 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -5,7 +5,6 @@ obj-y := gpio.o setup.o sysirq_mask.o obj-$(CONFIG_OLD_IRQ_AT91) += irq.o -obj-$(CONFIG_OLD_CLK_AT91) += clock.o obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o # CPU-specific support -- cgit