net: add a wrapper sk_entry()
[safe/jmp/linux-2.6] / include / asm-generic / rtc.h
index 763e3b0..fa86f24 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;
 }