summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-25 06:29:14 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-10-25 06:29:14 -0700
commitc3efef68bd08fbef3c9160e29af37a1c0828af05 (patch)
treeb42b5ceec27035fa105eaa8166af5c137f74abaf /include/linux
parentf380f123e93d090d5fb83bde4fa6163b2d93fd46 (diff)
[NET]: Remove dead socket layer exports.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h
index 2c4572f630a1..368b0f9d3006 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -176,7 +176,6 @@ struct kvec;
extern int sock_wake_async(struct socket *sk, int how, int band);
extern int sock_register(struct net_proto_family *fam);
extern int sock_unregister(int family);
-extern struct socket *sock_alloc(void);
extern int sock_create(int family, int type, int proto,
struct socket **res);
extern int sock_create_kern(int family, int type, int proto,