diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/time/alarmtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c index fe75444ae7ec..4aec4a457431 100644 --- a/kernel/time/alarmtimer.c +++ b/kernel/time/alarmtimer.c | |||
@@ -71,7 +71,7 @@ struct rtc_device *alarmtimer_get_rtcdev(void) | |||
71 | 71 | ||
72 | return ret; | 72 | return ret; |
73 | } | 73 | } |
74 | 74 | EXPORT_SYMBOL_GPL(alarmtimer_get_rtcdev); | |
75 | 75 | ||
76 | static int alarmtimer_rtc_add_device(struct device *dev, | 76 | static int alarmtimer_rtc_add_device(struct device *dev, |
77 | struct class_interface *class_intf) | 77 | struct class_interface *class_intf) |