rtc: stmp3xxx: use stmp_reset_block() instead
authorShawn Guo <shawn.guo@linaro.org>
Thu, 28 Mar 2013 15:13:14 +0000 (23:13 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:30:05 +0000 (16:30 +0800)
commit36d1da1d15743e8d25e2699a2edb19d7c492bec8
treeb5be71b201995696cba7e14febc29bf9c756bd66
parent0c672aae287ef0b9a12a1ca67c1ad7a4bbe470ac
rtc: stmp3xxx: use stmp_reset_block() instead

The function stmp_reset_block() provides the exactly same functionality
as mxs_reset_block().  So use stmp_reset_block() instead, so that
<mach/common.h> inclusion can be removed.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: rtc-linux@googlegroups.com
drivers/rtc/rtc-stmp3xxx.c