projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813f020
)
rtnetlink: remove IFLA_BOND_SLAVE definition
author
Jiri Pirko
<jiri@resnulli.us>
Fri, 24 Jan 2014 07:39:16 +0000
(08:39 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jan 2014 08:36:48 +0000
(
00:36
-0800)
This is in net-next only, for couple of days. Not used anymore, and never
should have been. So just remove it and pretend it was never there.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_link.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/if_link.h
b/include/uapi/linux/if_link.h
index 206f6511449d14768bda11a1e079ffb330c3a77d..16410b6e7819fa93f242665b036812f44fd5fa41 100644
(file)
--- a/
include/uapi/linux/if_link.h
+++ b/
include/uapi/linux/if_link.h
@@
-144,7
+144,6
@@
enum {
IFLA_NUM_RX_QUEUES,
IFLA_CARRIER,
IFLA_PHYS_PORT_ID,
- IFLA_BOND_SLAVE,
__IFLA_MAX
};