Re: [PATCH net-next] net: remove NETDEV_HW_ADDR_T_SLAVE
From: Taehee Yoo Date: Thu, 1 Oct 2020 17:12:50 + > NETDEV_HW_ADDR_T_SLAVE is not used anymore, remove it. > > Signed-off-by: Taehee Yoo Looks like this was never used at all. Applied, thank you.
[PATCH net-next] net: remove NETDEV_HW_ADDR_T_SLAVE
NETDEV_HW_ADDR_T_SLAVE is not used anymore, remove it. Signed-off-by: Taehee Yoo --- include/linux/netdevice.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 28cfa53daf72..0c79d9e56a5e 100644 --- a/include/linu