]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e8775a8e8f36a53a9490e10bde6adf762e0b2ba
tree484d94c4b89fdfed459982e36ca62e5bf2c0d20d
parent0c752fd12fe5ad5d86319574aa824bdb4cef1495
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: 917c359f3817e96a ("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