Re: [RFC PATCH 1/2] net-next: ax88796: export ax_NS8390_init() hook

2018-06-09 Thread Geert Uytterhoeven
Hi Michael, On Sat, Jun 9, 2018 at 7:58 AM Michael Schmitz wrote: > The block I/O code for the new X-Surf 100 ax88796 driver needs > ax_NS8390_init() for error fixup in its block_output function. > > Export this function so we can lose the lib8380.c include in the > X-Surf 100 driver. > >

[RFC PATCH 1/2] net-next: ax88796: export ax_NS8390_init() hook

2018-06-08 Thread Michael Schmitz
The block I/O code for the new X-Surf 100 ax88796 driver needs ax_NS8390_init() for error fixup in its block_output function. Export this function so we can lose the lib8380.c include in the X-Surf 100 driver. Signed-off-by: Michael Schmitz --- drivers/net/ethernet/8390/ax88796.c |2 ++ 1