]> git.karo-electronics.de Git - linux-beck.git/commit
RTC: Fix s3c compile error due to missing s3c_rtc_setpie
authorVasily Khoruzhick <anarsoul@gmail.com>
Thu, 24 Mar 2011 20:09:33 +0000 (22:09 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 30 Mar 2011 01:46:26 +0000 (18:46 -0700)
commita54aba87bb8e90f9e39bcfe151717b86abbbdd79
tree41959f77a2862fdfb551488a7e9b372cb2b62157
parentf6d5b33125c4fa63c16f7f54c533338c9695d82c
RTC: Fix s3c compile error due to missing s3c_rtc_setpie

s3c_rtc_setpie was removed, and it resulted in compiler error:

drivers/rtc/rtc-s3c.c: In function s3c_rtc_release
drivers/rtc/rtc-s3c.c:339:2: error: implicit declaration of function
s3c_rtc_setpie

Fix it by removing s3c_rtc_release calls.

[jstultz: An identical fix was also sent in by Jiri Pinkava
 <jiri.pinkava@vscht.cz>]

CC: Thomas Gleixner <tglx@linutronix.de>
CC: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/rtc/rtc-s3c.c