On Tue, Aug 3, 2021 at 11:35 AM kernel test robot <lkp@xxxxxxxxx> wrote:
All warnings (new ones prefixed by >>):I'll resend the series in a bit, fixed up this warning by moving the
104 | void ax_NS8390_reinit(struct net_device *dev)drivers/net/ethernet/8390/ax88796.c:104:6: warning: no previous prototype for 'ax_NS8390_reinit' [-Wmissing-prototypes]
| ^~~~~~~~~~~~~~~~
vim +/ax_NS8390_reinit +104 drivers/net/ethernet/8390/ax88796.c
103
> 104 void ax_NS8390_reinit(struct net_device *dev)
105 {
106 ax_NS8390_init(dev, 1);
107 }
108
declaration to include/net/ax88796.h.
Arnd