ARM: versatile: Remove dead sched_clock code
authorRob Herring <robh@kernel.org>
Thu, 9 Apr 2020 22:19:52 +0000 (16:19 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Apr 2020 11:02:17 +0000 (13:02 +0200)
commitdb1e113578193c9f8d308cf1edfc1cb050984268
tree4945c8ff303551c341ee2406e8c9f97c4c56acc8
parent65fd41e6fa2ee0905b06379d1ef1ff52b3f27156
ARM: versatile: Remove dead sched_clock code

Now that there's a DT based sched_clock driver in
drivers/clocksource/timer-versatile.c and all the Arm reference
platforms are DT only, the non-DT versatile sched_clock code can be
removed.

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200409221952.31287-1-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig
arch/arm/mach-realview/Kconfig
arch/arm/plat-versatile/Kconfig [deleted file]
arch/arm/plat-versatile/Makefile
arch/arm/plat-versatile/include/plat/sched_clock.h [deleted file]
arch/arm/plat-versatile/sched-clock.c [deleted file]