From: Linus Walleij Date: Thu, 13 Feb 2014 20:35:07 +0000 (+0100) Subject: ARM: integrator: register sched_clock directly X-Git-Tag: v3.15-rc1~74^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79528e9d849803457b6235ddb1a1cfd4e11c6cd;p=pandora-kernel.git ARM: integrator: register sched_clock directly The detour through plat-versatile/sched-clock.c is hard to migrate to multiplatform set-up and it's very little code being duplicated so let's just inline the sched_clock registration and cut one more dependency to plat-versatile. This also makes this sched_clock implementation compulsory. Cc: Will Deacon Cc: Jonathan Austin Cc: Russell King Signed-off-by: Linus Walleij --- Reading git-diff-tree failed