diff options
| author | anlan_cs <vic.lan@pica8.com> | 2022-10-31 06:14:07 -0400 | 
|---|---|---|
| committer | anlan_cs <vic.lan@pica8.com> | 2022-10-31 20:44:49 -0400 | 
| commit | 004beb021a39038eea8784cabcde3e25b8815923 (patch) | |
| tree | 75a5ed164bd2d8324b59c4ae150a9081f891fac9 | |
| parent | 6863cf6a5a93cfd5f2719d1acc4be3896dede5a9 (diff) | |
include: remove one unused macro
In "rtnetlink.h", four items are a group, e.g. 116/117/118/119 should be
a group.  But "RTM_SETHWFLAGS" is not in use and has nothing to do with
"NEXTHOPBUCKET".
After comparing with kernel header, better remove it imo.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
| -rw-r--r-- | include/linux/rtnetlink.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 71ad7bf69e..d03ed4d16e 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -185,9 +185,6 @@ enum {  	RTM_GETNEXTHOPBUCKET,  #define RTM_GETNEXTHOPBUCKET	RTM_GETNEXTHOPBUCKET -        RTM_SETHWFLAGS = 119, -#define RTM_SETHWFLAGS RTM_SETHWFLAGS -  	RTM_NEWTUNNEL = 120,  #define RTM_NEWTUNNEL	RTM_NEWTUNNEL  	RTM_DELTUNNEL,  | 
