Re: [PATCH v2 net-next] netdev: Remove unused functions

2020-09-17 Thread David Miller
From: YueHaibing Date: Thu, 17 Sep 2020 10:19:10 +0800 > There is no callers in tree, so can remove it. > > Signed-off-by: YueHaibing > Reviewed-by: Saeed Mahameed > --- > v2: fix title typo 'funtions' --> 'functions' Applied, thank you.

[PATCH v2 net-next] netdev: Remove unused functions

2020-09-16 Thread YueHaibing
There is no callers in tree, so can remove it. Signed-off-by: YueHaibing Reviewed-by: Saeed Mahameed --- v2: fix title typo 'funtions' --> 'functions' --- include/linux/netdevice.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice