rtc: remove __raw_* accessors from PL031 RTC
authorLinus Walleij <linus.walleij@stericsson.com>
Wed, 16 Dec 2009 00:46:13 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:00 +0000 (07:20 -0800)
commit2934d6a859b70e57c729644e169a4fdf8c1c290c
tree584f94687c43cf8e74d6606c06b0e49e874b62d4
parent1ce7c83fa91d27bd0e195e8b2ff10d3a1caeb0d6
rtc: remove __raw_* accessors from PL031 RTC

This switches __raw_[read|write]l() for plain [read|write]l in the PL031
RTC driver.  The sister driver for PL030 use the simple accessors as most
PrimeCell drivers.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pl031.c