net: mac8390: Use standard memcpy_{from,to}io()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Jun 2018 18:32:22 +0000 (20:32 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 29 Jul 2018 08:48:18 +0000 (10:48 +0200)
commit4042cd756e193f49469d31a23d5b85c4dca2a3b6
tree1c402d6ac21e0fcf5da0a3435a01416447cd1d49
parente295066f66a4fa78c39c29de7d7635e6957dd4f7
net: mac8390: Use standard memcpy_{from,to}io()

The mac8390 driver defines its own variants of memcpy_fromio() and
memcpy_toio(), using similar implementations, but different function
signatures.

Remove the custom definitions of memcpy_fromio() and memcpy_toio(), and
adjust all callers to the standard signatures.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
drivers/net/ethernet/8390/mac8390.c