From: Matthew Leach Date: Tue, 11 Dec 2012 04:49:49 +0000 (+0000) Subject: net: smc911x: use io{read,write}*_rep accessors X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2925f6c0c7af32720dcbadc586463aeceb6baa22;p=pandora-kernel.git net: smc911x: 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 smc911x accessors with io{read,write}{8,16,32}_rep calls instead. Cc: Arnd Bergmann Cc: Ben Herrenschmidt 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