diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-26 19:19:14 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-26 20:43:44 +0300 |
commit | ff78a189b0ae55f258f020a428c834250eb8f834 (patch) | |
tree | e626ed3e0271f679c3fe9d8e99f0c4382b4bafb2 /arch/arm/mach-at91/Makefile | |
parent | b31706a281c00beb6b49be90795dfcace51e734d (diff) | |
download | linux-ff78a189b0ae55f258f020a428c834250eb8f834.tar.xz |
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 <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |