From: Jiri Pirko <jiri@resnulli.us>
Date: Fri, 24 Jan 2014 07:39:16 +0000 (+0100)
Subject: rtnetlink: remove IFLA_BOND_SLAVE definition
X-Git-Tag: v3.14-rc1~94^2~4
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f55aa836fb7a90b62cb2c533b899e331cdffcf0c;p=linux-platform-drivers-x86.git

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>
---

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 {
 	IFLA_NUM_RX_QUEUES,
 	IFLA_CARRIER,
 	IFLA_PHYS_PORT_ID,
-	IFLA_BOND_SLAVE,
 	__IFLA_MAX
 };