]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NETROM/ROSE]: Kill module init version kernel log messages.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 6 May 2006 00:19:26 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 May 2006 00:19:26 +0000 (17:19 -0700)
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>
net/netrom/af_netrom.c
net/rose/af_rose.c

index ecd288beca7ce84c57fe43feeffb7580d288ed93..3669cb953e6e7d49c05eb82c39ba1d43e80f9e3d 100644 (file)
@@ -1370,8 +1370,6 @@ static struct notifier_block nr_dev_notifier = {
 
 static struct net_device **dev_nr;
 
-static char banner[] __initdata = KERN_INFO "G4KLX NET/ROM for Linux. Version 0.7 for AX25.037 Linux 2.4\n";
-
 static int __init nr_proto_init(void)
 {
        int i;
@@ -1419,7 +1417,6 @@ static int __init nr_proto_init(void)
        }
                
        register_netdevice_notifier(&nr_dev_notifier);
-       printk(banner);
 
        ax25_protocol_register(AX25_P_NETROM, nr_route_frame);
        ax25_linkfail_register(nr_link_failed);
index ef4538ac84f0965edf03446b51466198a3809ad2..55564efccf1153fc051df3e8b9b26a7d515fa32c 100644 (file)
@@ -1469,8 +1469,6 @@ static struct notifier_block rose_dev_notifier = {
 
 static struct net_device **dev_rose;
 
-static const char banner[] = KERN_INFO "F6FBB/G4KLX ROSE for Linux. Version 0.62 for AX25.037 Linux 2.4\n";
-
 static int __init rose_proto_init(void)
 {
        int i;
@@ -1519,7 +1517,6 @@ static int __init rose_proto_init(void)
 
        sock_register(&rose_family_ops);
        register_netdevice_notifier(&rose_dev_notifier);
-       printk(banner);
 
        ax25_protocol_register(AX25_P_ROSE, rose_route_frame);
        ax25_linkfail_register(rose_link_failed);