diff options
author | 2018-06-26 20:32:22 +0200 | |
---|---|---|
committer | 2018-07-29 10:48:18 +0200 | |
commit | 4042cd756e193f49469d31a23d5b85c4dca2a3b6 (patch) | |
tree | 1c402d6ac21e0fcf5da0a3435a01416447cd1d49 /tools/perf/scripts/python/stackcollapse.py | |
parent | m68k/io: Add missing ioremap define guards, fix typo (diff) | |
download | linux-dev-4042cd756e193f49469d31a23d5b85c4dca2a3b6.tar.xz linux-dev-4042cd756e193f49469d31a23d5b85c4dca2a3b6.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions