Commit c81eb7f2 authored by David S. Miller's avatar David S. Miller

[NET]: Kill more verbose init msgs and unused RTNL_DEBUG define.

parent 977336cc
......@@ -3,9 +3,6 @@
#include <linux/netlink.h>
#define RTNL_DEBUG 1
/****
* Routing/neighbour discovery messages.
****/
......
......@@ -40,7 +40,6 @@ const char sysctl_divert_version[32]="0.46"; /* Current version */
static int __init dv_init(void)
{
printk(KERN_INFO "NET4: Frame Diverter %s\n", sysctl_divert_version);
return 0;
}
module_init(dv_init);
......
......@@ -559,9 +559,6 @@ struct notifier_block rtnetlink_dev_notifier = {
void __init rtnetlink_init(void)
{
#ifdef RTNL_DEBUG
printk("Initializing RT netlink socket\n");
#endif
rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv);
if (rtnl == NULL)
panic("rtnetlink_init: cannot initialize rtnetlink\n");
......
......@@ -1744,7 +1744,6 @@ static struct inet_protocol pim_protocol = {
void __init ip_mr_init(void)
{
printk(KERN_INFO "Linux IP multicast router 0.06 plus PIM-SM\n");
mrt_cachep = kmem_cache_create("ip_mrt_cache",
sizeof(struct mfc_cache),
0, SLAB_HWCACHE_ALIGN,
......
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