]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc67cc86cca03726a3c14c734f02f0882ecca3fd6
tree1c402d6ac21e0fcf5da0a3435a01416447cd1d49
parentcf9879367a55130f13c8497f7dc7d21360121090
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