From: Matthew Leach Date: Mon, 10 Dec 2012 09:12:37 +0000 (+0000) Subject: net: dm9000: use io{read,write}*_rep accessors X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daadaf6f69c4e26ceb421f2b96eade3809260c7f;p=pandora-kernel.git net: dm9000: use io{read,write}*_rep accessors The {read,write}s{b,w,l} operations are not defined by all architectures and are being removed from the asm-generic/io.h interface. This patch replaces the usage of these string functions in the default DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This is required as the dm9000 driver is in use by the blackfin architecture which uses the asm-generic io accessors. Cc: Arnd Bergmann Cc: Ben Herrenschmidt Cc: David Miller Cc: netdev@vger.kernel.org Signed-off-by: Matthew Leach Signed-off-by: Will Deacon Signed-off-by: David S. Miller --- Reading git-diff-tree failed