[PATCH] ARM: Convert ARM timer implementations to use readl/writel
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 29 Jun 2005 14:15:54 +0000 (15:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2005 14:15:54 +0000 (15:15 +0100)
Convert ARMs timer implementations to use readl/writel instead of accessing
the registers via a struct.

People have recently asked if accessing timers via a structure is the
"right way" and its not the Linux way.  So fix this code to conform to
"The Linux Way"(tm).

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found