[RTC] remove unused asm/rtc.h includes from ARM RTC drivers
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 20 Apr 2008 11:26:48 +0000 (12:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2008 13:56:39 +0000 (14:56 +0100)
commit7da285b626860eb6d35e08ae33eba90f0e83ad58
treed7f8f21826f089eed007ca4120066cd670d9b101
parenta190901c6b5f1f4a31681e8c69d811a4f9426e2b
[RTC] remove unused asm/rtc.h includes from ARM RTC drivers

On ARM, asm/rtc.h only contains definitions for the predecessor to
the RTC class support.  RTC class drivers should not be including
this include.

Build tested on at91sam9rl and s3c2410 configurations.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/rtc/rtc-at91rm9200.c
drivers/rtc/rtc-s3c.c