diff options
| author | Johannes Berg <[email protected]> | 2018-09-26 11:15:30 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-09-28 10:24:39 -0700 |
| commit | fe3b30ddb90face841b2ede3b73ed2e9cfece6ba (patch) | |
| tree | 89692d1c8ebb87a2b91f66bf4b61a26224545849 /include | |
| parent | 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422 (diff) | |
netlink: remove NLA_NESTED_COMPAT
This isn't used anywhere, so we might as well get rid of it.
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/netlink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h index 318b1ded3833..b680fe365e91 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h @@ -172,7 +172,6 @@ enum { NLA_FLAG, NLA_MSECS, NLA_NESTED, - NLA_NESTED_COMPAT, NLA_NUL_STRING, NLA_BINARY, NLA_S8, @@ -203,7 +202,6 @@ enum { * NLA_BINARY Maximum length of attribute payload * NLA_NESTED Don't use `len' field -- length verification is * done by checking len of nested header (or empty) - * NLA_NESTED_COMPAT Minimum length of structure payload * NLA_U8, NLA_U16, * NLA_U32, NLA_U64, * NLA_S8, NLA_S16, |