Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7da080de authored by Paul Bolle's avatar Paul Bolle Committed by Santosh Shilimkar
Browse files

ARM: keystone: drop useless HAVE_SCHED_CLOCK



The Kconfig symbol HAVE_SCHED_CLOCK got removed in v3.4,
with commit 6905a658 ("ARM: Make the sched_clock
framework mandatory"). But a select statement for it popped up again
through commit 828989ad ("ARM: keystone: Add minimal TI Keystone
platform support"). Drop that statement, as it is useless.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
[santosh.shilimkar@ti.com: Minor edit in the subject]
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 3b2f64d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,6 @@ config ARCH_KEYSTONE
	select HAVE_SMP
	select HAVE_SMP
	select CLKSRC_MMIO
	select CLKSRC_MMIO
	select GENERIC_CLOCKEVENTS
	select GENERIC_CLOCKEVENTS
	select HAVE_SCHED_CLOCK
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select ARM_ERRATA_798181 if SMP
	select ARM_ERRATA_798181 if SMP
	help
	help