dnotify: move dir_notify_enable declaration
[deliverable/linux.git] / include / asm-generic / rtc.h
index 763e3b060f432542e07a6730a837185853418148..fa86f240c874328121862d0332930abc7e053ba8 100644 (file)
@@ -202,7 +202,7 @@ static inline unsigned int get_rtc_ss(void)
 {
        struct rtc_time h;
 
-       __get_rtc_time(&h);
+       get_rtc_time(&h);
        return h.tm_sec;
 }
 
This page took 0.024837 seconds and 5 git commands to generate.