aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bonding.h
diff options
context:
space:
mode:
authorMatan Barak <matanb@mellanox.com>2015-04-26 15:55:57 +0300
committerDavid S. Miller <davem@davemloft.net>2015-04-26 22:59:53 -0400
commit73b5a6f2a7a1cb78ccdec3900afc8657e11bc6bf (patch)
tree8aa2b843848883286e19998dd952262c4849a895 /include/net/bonding.h
parentnet: rfs: fix crash in get_rps_cpus() (diff)
downloadlinux-dev-73b5a6f2a7a1cb78ccdec3900afc8657e11bc6bf.tar.xz
linux-dev-73b5a6f2a7a1cb78ccdec3900afc8657e11bc6bf.zip
net/bonding: Make DRV macros private
The bonding modules currently defines four macros with general names that pollute the global namespace: DRV_VERSION DRV_RELDATE DRV_NAME DRV_DESCRIPTION Fixing that by defining a private bonding_priv.h header files which includes those defines. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/bonding.h')
-rw-r--r--include/net/bonding.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/bonding.h b/include/net/bonding.h
index fda6feeb6c1f..78ed135e9dea 100644
--- a/include/net/bonding.h
+++ b/include/net/bonding.h
@@ -30,13 +30,6 @@
#include <net/bond_alb.h>
#include <net/bond_options.h>
-#define DRV_VERSION "3.7.1"
-#define DRV_RELDATE "April 27, 2011"
-#define DRV_NAME "bonding"
-#define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
-
-#define bond_version DRV_DESCRIPTION ": v" DRV_VERSION " (" DRV_RELDATE ")\n"
-
#define BOND_MAX_ARP_TARGETS 16
#define BOND_DEFAULT_MIIMON 100