diff options
author | Matthew Leach <[email protected]> | 2012-12-10 09:12:37 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2012-12-10 15:46:27 -0500 |
commit | daadaf6f69c4e26ceb421f2b96eade3809260c7f (patch) | |
tree | ac47a0e98273e709613389e7c98d0f05e8d382a7 /net/lapb/lapb_in.c | |
parent | 4ba73aa1c9223f8f0dd5bb358dfea70309672d99 (diff) |
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 <[email protected]>
Cc: Ben Herrenschmidt <[email protected]>
Cc: David Miller <[email protected]>
Cc: [email protected]
Signed-off-by: Matthew Leach <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions