net: smc91x: use io{read, write}*_rep accessors instead of string functions
authorWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2012 09:12:35 +0000 (09:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Dec 2012 20:43:58 +0000 (15:43 -0500)
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 <arnd@arndb.de>
Cc: Ben Herrenschmidt <benh@kernel.crashing.org>
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found