]> Pileus Git - ~andy/linux/blobdiff - net/socket.c
net: support time stamping in phy devices.
[~andy/linux] / net / socket.c
index 6fe484122a4469637bcee9a9864f17868ff6ef82..2270b941bcc76ec0e52cc0d1321d8572164299e1 100644 (file)
@@ -2394,6 +2394,10 @@ static int __init sock_init(void)
        netfilter_init();
 #endif
 
+#ifdef CONFIG_NETWORK_PHY_TIMESTAMPING
+       skb_timestamping_init();
+#endif
+
        return 0;
 }