]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bonding: remove the unused macro
authordingtianhong <dingtianhong@huawei.com>
Wed, 7 May 2014 14:10:21 +0000 (22:10 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 03:41:12 +0000 (23:41 -0400)
Cc: Jay Vosburgh <j.vosburgh@gmail.com>
Cc: Veaceslav Falico <vfalico@gmail.com>
Cc: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bonding.h

index 1befc256f31cc89b1f037dfc6b6b6536593b0720..1621226b829738900a9ee1f6738a9a7585338107 100644 (file)
@@ -183,8 +183,6 @@ struct bond_parm_tbl {
        int mode;
 };
 
-#define BOND_MAX_MODENAME_LEN 20
-
 struct slave {
        struct net_device *dev; /* first - useful for panic debug */
        struct bonding *bond; /* our master */