From: Al Viro Date: Fri, 9 Feb 2007 16:38:30 +0000 (+0000) Subject: [PATCH] kill eth_io_copy_and_sum() X-Git-Tag: v2.6.21-rc1~83^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec031166f6a466a443f462e567f7551096b1741;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed