aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Leach <matthew@mattleach.net>2012-12-11 04:49:49 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-11 12:49:53 -0500
commit2925f6c0c7af32720dcbadc586463aeceb6baa22 (patch)
tree45a0927d4d662e8a9a1c83ba1a84c42d17854f23 /net
parentnet: remove obsolete simple_strto<foo> (diff)
downloadlinux-dev-2925f6c0c7af32720dcbadc586463aeceb6baa22.tar.xz
linux-dev-2925f6c0c7af32720dcbadc586463aeceb6baa22.zip
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 <arnd@arndb.de> Cc: Ben Herrenschmidt <benh@kernel.crashing.org> Cc: netdev@vger.kernel.org Signed-off-by: Matthew Leach <matthew@mattleach.net> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions