diff options
author | Will Deacon <will.deacon@arm.com> | 2012-12-10 13:12:35 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-11 00:43:58 +0400 |
commit | 4ba73aa1c9223f8f0dd5bb358dfea70309672d99 (patch) | |
tree | d435aa234378bf0ec9c9be17b594a80e33c7f134 /drivers/net/ethernet/amd | |
parent | 6e73d71d8485607c692302d2058894588e3a387f (diff) | |
download | linux-4ba73aa1c9223f8f0dd5bb358dfea70309672d99.tar.xz |
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 <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>
Diffstat (limited to 'drivers/net/ethernet/amd')
0 files changed, 0 insertions, 0 deletions