aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/main.c')
-rw-r--r--net/rxrpc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/main.c b/net/rxrpc/main.c
index baec1f7fd8b9..cead31b5bdf5 100644
--- a/net/rxrpc/main.c
+++ b/net/rxrpc/main.c
@@ -37,7 +37,7 @@ static int __init rxrpc_initialise(void)
37 int ret; 37 int ret;
38 38
39 /* my epoch value */ 39 /* my epoch value */
40 rxrpc_epoch = htonl(xtime.tv_sec); 40 rxrpc_epoch = htonl(get_seconds());
41 41
42 /* register the /proc interface */ 42 /* register the /proc interface */
43#ifdef CONFIG_PROC_FS 43#ifdef CONFIG_PROC_FS