]> Pileus Git - ~andy/linux/commit
net: 8390: use io{read,write}*_rep accessors
authorMatthew Leach <matthew@mattleach.net>
Mon, 10 Dec 2012 09:12:38 +0000 (09:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Dec 2012 20:46:27 +0000 (15:46 -0500)
commitb146ecd6b5589f4524090cad4b55ee439c6a4925
tree2c96cec8a59a5df885b1d172d95ae68060a08514
parentdaadaf6f69c4e26ceb421f2b96eade3809260c7f
net: 8390: 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 8390
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: David Miller <davem@davemloft.net>
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>
drivers/net/ethernet/8390/ax88796.c