alarmtimer: Export symbols of alarmtimer_get_rtcdev
authorPramod Gurav <[email protected]>
Fri, 13 Jun 2014 06:19:42 +0000 (11:49 +0530)
committerGreg Kroah-Hartman <[email protected]>
Fri, 20 Jun 2014 00:30:57 +0000 (17:30 -0700)
Export symbol of alarmtimer_get_rtcdev so that it is used by
any driver when built as module like,
drivers/staging/android/alarm-dev.c.

CC: John Stultz <[email protected]>
CC: Marcus Gelderie <[email protected]>
Signed-off-by: Pramod Gurav <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
kernel/time/alarmtimer.c

index 88c9c65a430dadd15db4e1c08f7819f6e8bd2f80..a53ba0ba6a1bb4f27907f0f9bb57df5678373a94 100644 (file)
@@ -71,7 +71,7 @@ struct rtc_device *alarmtimer_get_rtcdev(void)
 
        return ret;
 }
-
+EXPORT_SYMBOL_GPL(alarmtimer_get_rtcdev);
 
 static int alarmtimer_rtc_add_device(struct device *dev,
                                struct class_interface *class_intf)