Commit 9eb42d7c authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Kill unnecessary bootup messages

From:  Pavel Machek <pavel@suse.cz>
parent 8adf609d
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
* This module is effectively the top level interface to the BSD socket * This module is effectively the top level interface to the BSD socket
* paradigm. * paradigm.
* *
* Based upon Swansea University Computer Society NET3.039
*/ */
#include <linux/config.h> #include <linux/config.h>
...@@ -1874,9 +1875,6 @@ void __init sock_init(void) ...@@ -1874,9 +1875,6 @@ void __init sock_init(void)
{ {
int i; int i;
printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
/* /*
* Initialize all address (protocol) families. * Initialize all address (protocol) families.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment