From: Stephen Boyd Date: Fri, 21 Jun 2013 17:05:24 +0000 (-0700) Subject: sched_clock: Add temporary asm/sched_clock.h X-Git-Tag: v3.11-rc1~77^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629a6a2b7762a474177d08043bea094dd27e0a54;p=pandora-kernel.git sched_clock: Add temporary asm/sched_clock.h Some new users of the ARM sched_clock framework are going through the arm-soc tree. Before 38ff87f (sched_clock: Make ARM's sched_clock generic for all architectures, 2013-06-01) the header file was in asm, but now it's in linux. One solution would be to do an evil merge of the arm-soc tree and fix up the asm users, but it's easier to add a temporary asm header that we can remove along with the few stragglers after the merge window is over. Signed-off-by: Stephen Boyd Signed-off-by: John Stultz --- Reading git-diff-tree failed