aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2017-05-26 15:30:34 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-06-12 10:54:47 +0200
commit8e0931022e12e45bab9afe01e830d697d9c8e73d (patch)
treee3034ea5a5f00b6e98ee3b52a0df6ed6ae44bcef /drivers/clocksource/Makefile
parentclocksource/drivers/fttmr010: Fix aspeed-2500 initialization (diff)
downloadlinux-dev-8e0931022e12e45bab9afe01e830d697d9c8e73d.tar.xz
linux-dev-8e0931022e12e45bab9afe01e830d697d9c8e73d.zip
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
After discussing it, this feature is dropped as it is not considered adequate: https://patchwork.kernel.org/patch/9639317/ There is no user of this macro yet, so there is no impact on the drivers. This reverts commit 376bc27150f180d9f5eddec6a14117780177589d. Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index cf0c30b6ec1f..cad713c53e7f 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -1,5 +1,4 @@
obj-$(CONFIG_CLKSRC_PROBE) += clksrc-probe.o
-obj-$(CONFIG_CLKEVT_PROBE) += clkevt-probe.o
obj-$(CONFIG_ATMEL_PIT) += timer-atmel-pit.o
obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o
obj-$(CONFIG_ATMEL_TCB_CLKSRC) += tcb_clksrc.o