OSDN Git Service

xsurf100: drop include of lib8390.c
authorMichael Schmitz <schmitzmic@gmail.com>
Tue, 3 Aug 2021 11:40:45 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:26 +0000 (13:05 +0100)
commitf8ade8dddb167eecd369eb3b185a5772c2d7d09b
tree484d94c4b89fdfed459982e36ca62e5bf2c0d20d
parent375df5f8c1812c59930cfed14ff4cc15929c8f2f
xsurf100: drop include of lib8390.c

Now that ax88796.c exports the ax_NS8390_reinit() symbol, we can
include 8390.h instead of lib8390.c, avoiding duplication of that
function and killing a few compile warnings in the bargain.

Fixes: 861928f4e60e826c ("net-next: New ax88796 platform
driver for Amiga X-Surf 100 Zorro board (m68k)")

Signed-off-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/xsurf100.c
init/main.c