bonding: remove pr_fmt from bond_main.c
authorVeaceslav Falico <vfalico@gmail.com>
Tue, 15 Jul 2014 17:35:59 +0000 (19:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 06:15:58 +0000 (23:15 -0700)
To maintain the same message structure as netdev_* functions print.

CC: Jay Vosburgh <j.vosburgh@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c

index 3b96867..041036e 100644 (file)
@@ -31,8 +31,6 @@
  *
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/types.h>