[NET]: Convert xtime.tv_sec to get_seconds()
[powerpc.git] / net / rxrpc / main.c
index baec1f7..cead31b 100644 (file)
@@ -37,7 +37,7 @@ static int __init rxrpc_initialise(void)
        int ret;
 
        /* my epoch value */
-       rxrpc_epoch = htonl(xtime.tv_sec);
+       rxrpc_epoch = htonl(get_seconds());
 
        /* register the /proc interface */
 #ifdef CONFIG_PROC_FS