From: Vasily Khoruzhick Date: Thu, 24 Mar 2011 20:09:33 +0000 (+0200) Subject: RTC: Fix s3c compile error due to missing s3c_rtc_setpie X-Git-Tag: v2.6.39-rc4~17^5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54aba87bb8e90f9e39bcfe151717b86abbbdd79;p=pandora-kernel.git 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 ] CC: Thomas Gleixner CC: Alessandro Zummo Signed-off-by: Vasily Khoruzhick Signed-off-by: John Stultz --- Reading git-diff-tree failed