Skip to content

Commit

Permalink
ARM: plat-versatile: Remove unused clock.c file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Linus Walleij committed Feb 10, 2016
1 parent 92e963f commit 2e3cd19
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
3 changes: 0 additions & 3 deletions arch/arm/plat-versatile/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
if PLAT_VERSATILE

config PLAT_VERSATILE_CLOCK
bool

config PLAT_VERSATILE_SCHED_CLOCK
bool

Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-versatile/Makefile
Original file line number Diff line number Diff line change
@@ -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
74 changes: 0 additions & 74 deletions arch/arm/plat-versatile/clock.c

This file was deleted.

0 comments on commit 2e3cd19

Please sign in to comment.