platform/netlink: drop unused NLA type enums

This commit is contained in:
Thomas Haller 2021-08-10 16:36:13 +02:00
parent b57c1af814
commit 0adc4fc4f6
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -35,15 +35,8 @@ enum {
NLA_U64, /* 64 bit integer */
NLA_STRING, /* NUL terminated character string */
NLA_FLAG, /* Flag */
NLA_MSECS, /* Micro seconds (64bit) */
NLA_NESTED, /* Nested attributes */
NLA_NESTED_COMPAT,
NLA_NUL_STRING,
NLA_BINARY,
NLA_S8,
NLA_S16,
NLA_S32,
NLA_S64,
__NLA_TYPE_MAX,
};