]> 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)
commite82a8c5d390f951a12803ca1a8c6af693f822bf1
tree484d94c4b89fdfed459982e36ca62e5bf2c0d20d
parent0a3cd409a1ee8162a11cc3ac4fcb80211e073750
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: 56e2bd0360b65777 ("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