From: Mark Rutland Date: Mon, 12 Nov 2012 16:18:00 +0000 (+0000) Subject: arm: arch_timer: factor out register accessors X-Git-Tag: v3.9-rc1~115^2~8^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec944c93a293bee6b4cc6b6f1c9560526c7ed635;p=pandora-kernel.git arm: arch_timer: factor out register accessors Currently the arch_timer register accessors are thrown together with the main driver, preventing us from porting the driver to other architectures. This patch moves the register accessors into a header file, as with the arm64 version. Constants required by the accessors are also moved. Signed-off-by: Mark Rutland Acked-by: Catalin Marinas Acked-by: Marc Zyngier Acked-by: Santosh Shilimkar --- Reading git-diff-tree failed