From: Marc Zyngier Date: Sat, 5 May 2012 18:28:44 +0000 (+0100) Subject: ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level X-Git-Tag: v3.5-rc1~182^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0493eaaf5c7a1ea00786d46cc2f4af44e76f28;p=pandora-kernel.git ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level At the moment, read_persistent_clock is implemented at the platform level, which makes it impossible to compile these platforms in a single kernel. Implement these two functions at the architecture level, and provide a thin registration interface for both read_boot_clock and read_persistent_clock. The two affected platforms (OMAP and Tegra) are converted at the same time. Reported-by: Jeff Ohlstein Tested-by: Stephen Warren Tested-by: Tony Lindgren Signed-off-by: Marc Zyngier Signed-off-by: Russell King --- Reading git-diff-tree failed