bonding: remove pr_fmt from bond_3ad.c
authorVeaceslav Falico <[email protected]>
Tue, 15 Jul 2014 17:36:01 +0000 (19:36 +0200)
committerDavid S. Miller <[email protected]>
Wed, 16 Jul 2014 06:15:58 +0000 (23:15 -0700)
To maintain the same message structure as netdev_* functions print.

CC: Jay Vosburgh <[email protected]>
CC: Andy Gospodarek <[email protected]>
Signed-off-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/bonding/bond_3ad.c

index 159c451324ce8d4f652a5c4b605889c526c3c1da..ee2c73a9de397da448bd3ac617b04bf1a6ae7749 100644 (file)
@@ -20,8 +20,6 @@
  *
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/skbuff.h>
 #include <linux/if_ether.h>
 #include <linux/netdevice.h>