[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>

authored by Ralf Baechle and committed by David S. Miller f530937b 134af346

-6
-3
net/netrom/af_netrom.c
··· 1370 1370 1371 1371 static struct net_device **dev_nr; 1372 1372 1373 - static char banner[] __initdata = KERN_INFO "G4KLX NET/ROM for Linux. Version 0.7 for AX25.037 Linux 2.4\n"; 1374 - 1375 1373 static int __init nr_proto_init(void) 1376 1374 { 1377 1375 int i; ··· 1417 1419 } 1418 1420 1419 1421 register_netdevice_notifier(&nr_dev_notifier); 1420 - printk(banner); 1421 1422 1422 1423 ax25_protocol_register(AX25_P_NETROM, nr_route_frame); 1423 1424 ax25_linkfail_register(nr_link_failed);
-3
net/rose/af_rose.c
··· 1469 1469 1470 1470 static struct net_device **dev_rose; 1471 1471 1472 - static const char banner[] = KERN_INFO "F6FBB/G4KLX ROSE for Linux. Version 0.62 for AX25.037 Linux 2.4\n"; 1473 - 1474 1472 static int __init rose_proto_init(void) 1475 1473 { 1476 1474 int i; ··· 1517 1519 1518 1520 sock_register(&rose_family_ops); 1519 1521 register_netdevice_notifier(&rose_dev_notifier); 1520 - printk(banner); 1521 1522 1522 1523 ax25_protocol_register(AX25_P_ROSE, rose_route_frame); 1523 1524 ax25_linkfail_register(rose_link_failed);