diff options
author | Rob Herring <robh@kernel.org> | 2020-04-10 01:19:52 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-16 14:02:17 +0300 |
commit | db1e113578193c9f8d308cf1edfc1cb050984268 (patch) | |
tree | 4945c8ff303551c341ee2406e8c9f97c4c56acc8 /arch/arm/plat-versatile/Kconfig | |
parent | 65fd41e6fa2ee0905b06379d1ef1ff52b3f27156 (diff) | |
download | linux-db1e113578193c9f8d308cf1edfc1cb050984268.tar.xz |
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>
Diffstat (limited to 'arch/arm/plat-versatile/Kconfig')
-rw-r--r-- | arch/arm/plat-versatile/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig deleted file mode 100644 index 748238f9f10e..000000000000 --- a/arch/arm/plat-versatile/Kconfig +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -if PLAT_VERSATILE - -config PLAT_VERSATILE_SCHED_CLOCK - bool - -endif |