On Wed, Nov 09, 2022 at 02:33:38AM +1100, Albert Zhou wrote: > Reverse commit 744d49daf8bd ("net: move netif_set_gso_max helpers") by > moving the functions netif_set_gso_max* back to netdevice.h so that the > updated R8152 v2 driver can use them. > > Signed-off-by: Albert Zhou <albert.zhou.50@xxxxxxxxx> > --- > include/linux/netdevice.h | 21 +++++++++++++++++++++ > net/core/dev.h | 21 --------------------- > 2 files changed, 21 insertions(+), 21 deletions(-) No, use the helpers that are there to be used instead. This should not be needed to be done, fix up the driver you are adding instead. thanks, greg k-h