aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-05-05 20:19:26 -0400
committerDavid S. Miller <davem@davemloft.net>2006-05-05 20:19:26 -0400
commitf530937b2cccdb131cb459977943c98421ab09b3 (patch)
tree88c19d9542bd88b0c88ac4e4601953248fc86e80 /net/netrom
parent134af34632a7b3b0a98a79a2e56bf9cc927e0eac (diff)
[NETROM/ROSE]: Kill module init version kernel log messages.
There are out of date and don't tell the user anything useful. The similar messages which IPV4 and the core networking used to output were killed a long time ago. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netrom')
-rw-r--r--net/netrom/af_netrom.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c
index ecd288beca7c..3669cb953e6e 100644
--- a/net/netrom/af_netrom.c
+++ b/net/netrom/af_netrom.c
@@ -1370,8 +1370,6 @@ static struct notifier_block nr_dev_notifier = {
1370 1370
1371static struct net_device **dev_nr; 1371static struct net_device **dev_nr;
1372 1372
1373static char banner[] __initdata = KERN_INFO "G4KLX NET/ROM for Linux. Version 0.7 for AX25.037 Linux 2.4\n";
1374
1375static int __init nr_proto_init(void) 1373static int __init nr_proto_init(void)
1376{ 1374{
1377 int i; 1375 int i;
@@ -1419,7 +1417,6 @@ static int __init nr_proto_init(void)
1419 } 1417 }
1420 1418
1421 register_netdevice_notifier(&nr_dev_notifier); 1419 register_netdevice_notifier(&nr_dev_notifier);
1422 printk(banner);
1423 1420
1424 ax25_protocol_register(AX25_P_NETROM, nr_route_frame); 1421 ax25_protocol_register(AX25_P_NETROM, nr_route_frame);
1425 ax25_linkfail_register(nr_link_failed); 1422 ax25_linkfail_register(nr_link_failed);