aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorMatthew Leach <matthew@mattleach.net>2012-12-10 09:12:37 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-10 15:46:27 -0500
commitdaadaf6f69c4e26ceb421f2b96eade3809260c7f (patch)
treeac47a0e98273e709613389e7c98d0f05e8d382a7 /drivers/net/phy
parentnet: smc91x: use io{read, write}*_rep accessors instead of string functions (diff)
downloadlinux-dev-daadaf6f69c4e26ceb421f2b96eade3809260c7f.tar.xz
linux-dev-daadaf6f69c4e26ceb421f2b96eade3809260c7f.zip
net: dm9000: 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 default DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This is required as the dm9000 driver is in use by the blackfin architecture which uses the asm-generic io accessors. 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>
Diffstat (limited to 'drivers/net/phy')
0 files changed, 0 insertions, 0 deletions