[PATCH] kill eth_io_copy_and_sum()
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 9 Feb 2007 16:38:30 +0000 (16:38 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Feb 2007 17:14:07 +0000 (09:14 -0800)
commit4ec031166f6a466a443f462e567f7551096b1741
tree2f59cd620ddd83436a16c8e5a494d6147a398716
parentb81831c69afb82c0545d3de729290fab4e50d429
[PATCH] kill eth_io_copy_and_sum()

On all targets that sucker boils down to memcpy_fromio(sbk->data, from, len).
The function name is highly misguiding (it _never_ does any checksums), the
last argument is just a noise and simply expanding the call to memcpy_fromio()
gives shorter and more readable source.  For a lot of reasons it has almost
no remaining users, so it's better to just outright kill it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 files changed:
drivers/net/3c503.c
drivers/net/ac3200.c
drivers/net/e2100.c
drivers/net/es3210.c
drivers/net/smc-mca.c
drivers/net/smc-ultra.c
drivers/net/smc-ultra32.c
drivers/net/wd.c
include/asm-alpha/io.h
include/asm-arm/arch-ixp4xx/io.h
include/asm-arm/io.h
include/asm-cris/io.h
include/asm-i386/io.h
include/asm-mips/io.h
include/asm-parisc/io.h
include/asm-ppc/io.h
include/asm-x86_64/io.h