From: Will Deacon Date: Mon, 10 Dec 2012 09:12:35 +0000 (+0000) Subject: net: smc91x: use io{read, write}*_rep accessors instead of string functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba73aa1c9223f8f0dd5bb358dfea70309672d99;p=pandora-kernel.git net: smc91x: use io{read, write}*_rep accessors instead of string functions 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 SMC accessors with io{read,write}{8,16,32}_rep calls instead, which are defined for all architectures. Cc: Arnd Bergmann Cc: Ben Herrenschmidt Cc: Nicolas Pitre Cc: netdev@vger.kernel.org Signed-off-by: Will Deacon Signed-off-by: David S. Miller --- Reading git-diff-tree failed