[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071024162405.GC30533@stusta.de>
Date: Wed, 24 Oct 2007 18:24:05 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Stephen Hemminger <shemminger@...ux-foundation.org>
Cc: netdev@...r.kernel.org
Subject: [2.6 patch] unexport sock_enable_timestamp
sock_enable_timestamp() no longer has any modular users.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
c207a1b7709635c74b953324e60ab5a732ea279c
diff --git a/net/core/sock.c b/net/core/sock.c
index febbcbc..bba9949 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -1649,7 +1649,6 @@ void sock_enable_timestamp(struct sock *sk)
net_enable_timestamp();
}
}
-EXPORT_SYMBOL(sock_enable_timestamp);
/*
* Get a socket option on an socket.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists