|
@@ -59,7 +59,7 @@ static DEFINE_SPINLOCK(rtcdev_lock);
|
|
|
* If one has not already been chosen, it checks to see if a
|
|
|
* functional rtc device is available.
|
|
|
*/
|
|
|
-static struct rtc_device *alarmtimer_get_rtcdev(void)
|
|
|
+struct rtc_device *alarmtimer_get_rtcdev(void)
|
|
|
{
|
|
|
unsigned long flags;
|
|
|
struct rtc_device *ret;
|
|
@@ -115,7 +115,7 @@ static void alarmtimer_rtc_interface_remove(void)
|
|
|
class_interface_unregister(&alarmtimer_rtc_interface);
|
|
|
}
|
|
|
#else
|
|
|
-static inline struct rtc_device *alarmtimer_get_rtcdev(void)
|
|
|
+struct rtc_device *alarmtimer_get_rtcdev(void)
|
|
|
{
|
|
|
return NULL;
|
|
|
}
|