diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-02-10 09:22:04 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-10 09:22:34 +0100 |
commit | 2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a (patch) | |
tree | 58e1c283f91329af40ca98d20264c39ff558fc37 /arch/arm/plat-versatile/Makefile | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a.tar.gz linux-2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a.tar.bz2 linux-2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a.zip |
ARM: plat-versatile: Remove unused clock.c file
This file isn't compiled anymore because PLAT_VERSATILE_CLOCK is
never selected. Remove the file and the config.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/plat-versatile/Makefile')
-rw-r--r-- | arch/arm/plat-versatile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Makefile b/arch/arm/plat-versatile/Makefile index 03c4900ac3f4..bff3ba889882 100644 --- a/arch/arm/plat-versatile/Makefile +++ b/arch/arm/plat-versatile/Makefile @@ -1,5 +1,4 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -obj-$(CONFIG_PLAT_VERSATILE_CLOCK) += clock.o obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o |