diff options
author | Scott Feldman <scofeldm@cisco.com> | 2010-04-22 14:38:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-22 18:32:12 -0700 |
commit | 286d1e7f73320be063a5f6af25d3d61c741065c2 (patch) | |
tree | a92926edb04d9eb1fc6bc12e1518988b0359bb8b | |
parent | e904f0a4163bc7bd303d2430893d82362df6727e (diff) | |
download | linux-3.10-286d1e7f73320be063a5f6af25d3d61c741065c2.tar.gz linux-3.10-286d1e7f73320be063a5f6af25d3d61c741065c2.tar.bz2 linux-3.10-286d1e7f73320be063a5f6af25d3d61c741065c2.zip |
remove DCB_PROTO_VERSION as we don't do netlink versioning
remove DCB_PROTO_VERSION as we don't do netlink versioning
Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/dcbnl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index b7cdbb4373d..8723491f7df 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h @@ -22,8 +22,6 @@ #include <linux/types.h> -#define DCB_PROTO_VERSION 1 - struct dcbmsg { __u8 dcb_family; __u8 cmd; |