diff options
author | Per Liden <per.liden@nospam.ericsson.com> | 2006-01-05 10:34:00 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-12 17:06:32 -0500 |
commit | 1dba9743337cabacea79e47ed6d709e636c5ed47 (patch) | |
tree | b5244bd1e0b798553a3ab8627b0b06ddbe52a749 /include/linux/tipc.h | |
parent | b97bf3fd8f6a16966d4f18983b2c40993ff937d4 (diff) |
[TIPC] Use dynamically allocated family id with NETLINK_GENERIC
Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
Diffstat (limited to 'include/linux/tipc.h')
-rw-r--r-- | include/linux/tipc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tipc.h b/include/linux/tipc.h index ca754f3317f2..1faab77626f2 100644 --- a/include/linux/tipc.h +++ b/include/linux/tipc.h | |||
@@ -539,7 +539,6 @@ static inline void TLV_LIST_STEP(struct tlv_list_desc *list) | |||
539 | * Configuration messages exchanged via NETLINK_GENERIC use the following | 539 | * Configuration messages exchanged via NETLINK_GENERIC use the following |
540 | * family id, name, version and command. | 540 | * family id, name, version and command. |
541 | */ | 541 | */ |
542 | #define TIPC_GENL_FAMILY 0x222 | ||
543 | #define TIPC_GENL_NAME "TIPC" | 542 | #define TIPC_GENL_NAME "TIPC" |
544 | #define TIPC_GENL_VERSION 0x1 | 543 | #define TIPC_GENL_VERSION 0x1 |
545 | #define TIPC_GENL_CMD 0x1 | 544 | #define TIPC_GENL_CMD 0x1 |