aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/netlink.c1
-rw-r--r--net/tipc/netlink_compat.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c
index 4b94f3cfe3af..383b8fedabc7 100644
--- a/net/tipc/netlink.c
+++ b/net/tipc/netlink.c
@@ -136,7 +136,6 @@ const struct nla_policy tipc_nl_udp_policy[TIPC_NLA_UDP_MAX + 1] = {
136 * so we have a separate genl handling for the new API. 136 * so we have a separate genl handling for the new API.
137 */ 137 */
138struct genl_family tipc_genl_family = { 138struct genl_family tipc_genl_family = {
139 .id = GENL_ID_GENERATE,
140 .name = TIPC_GENL_V2_NAME, 139 .name = TIPC_GENL_V2_NAME,
141 .version = TIPC_GENL_V2_VERSION, 140 .version = TIPC_GENL_V2_VERSION,
142 .hdrsize = 0, 141 .hdrsize = 0,
diff --git a/net/tipc/netlink_compat.c b/net/tipc/netlink_compat.c
index 1fd464764765..f04428e4c8e5 100644
--- a/net/tipc/netlink_compat.c
+++ b/net/tipc/netlink_compat.c
@@ -1216,7 +1216,6 @@ send:
1216} 1216}
1217 1217
1218static struct genl_family tipc_genl_compat_family = { 1218static struct genl_family tipc_genl_compat_family = {
1219 .id = GENL_ID_GENERATE,
1220 .name = TIPC_GENL_NAME, 1219 .name = TIPC_GENL_NAME,
1221 .version = TIPC_GENL_VERSION, 1220 .version = TIPC_GENL_VERSION,
1222 .hdrsize = TIPC_GENL_HDRLEN, 1221 .hdrsize = TIPC_GENL_HDRLEN,