summary refs log tree commit diff
path: root/net/nonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nonet.c')
-rw-r--r--net/nonet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/nonet.c b/net/nonet.c
index e5241dceaa57..1230f0ae832e 100644
--- a/net/nonet.c
+++ b/net/nonet.c
@@ -14,11 +14,6 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 
-void __init sock_init(void)
-{
-	printk(KERN_INFO "Linux NoNET1.0 for Linux 2.6\n");
-}
-
 static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
 {
 	return -ENXIO;