diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-01-24 02:39:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-24 03:36:48 -0500 |
commit | f55aa836fb7a90b62cb2c533b899e331cdffcf0c (patch) | |
tree | 79c496218461d4ef90855e7ed124079118c05e7d | |
parent | 813f020c5d16878486b9a103bd59831846652247 (diff) |
rtnetlink: remove IFLA_BOND_SLAVE definition
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>
-rw-r--r-- | include/uapi/linux/if_link.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 206f6511449d..16410b6e7819 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h | |||
@@ -144,7 +144,6 @@ enum { | |||
144 | IFLA_NUM_RX_QUEUES, | 144 | IFLA_NUM_RX_QUEUES, |
145 | IFLA_CARRIER, | 145 | IFLA_CARRIER, |
146 | IFLA_PHYS_PORT_ID, | 146 | IFLA_PHYS_PORT_ID, |
147 | IFLA_BOND_SLAVE, | ||
148 | __IFLA_MAX | 147 | __IFLA_MAX |
149 | }; | 148 | }; |
150 | 149 | ||