Re: [PATCH net-next] netdev: Remove unused funtions

2020-09-16 Thread Saeed Mahameed
On Wed, 2020-09-16 at 22:18 +0800, YueHaibing wrote: > There is no callers in tree, so can remove it. > You have a typo in the patch title: funtions -> functions > Signed-off-by: YueHaibing Please feel free to add my R.B tag after on V2. Reviewed-by: Saeed Mahameed And by the way, you have

[PATCH net-next] netdev: Remove unused funtions

2020-09-16 Thread YueHaibing
There is no callers in tree, so can remove it. Signed-off-by: YueHaibing --- include/linux/netdevice.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 157e0242e9ee..909b1fbb0481 100644 --- a/include/linux/netdevice.h +++