diff options
author | Will Deacon <[email protected]> | 2012-12-10 09:12:35 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2012-12-10 15:43:58 -0500 |
commit | 4ba73aa1c9223f8f0dd5bb358dfea70309672d99 (patch) | |
tree | d435aa234378bf0ec9c9be17b594a80e33c7f134 /net/lapb/lapb_in.c | |
parent | 6e73d71d8485607c692302d2058894588e3a387f (diff) |
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 <[email protected]>
Cc: Ben Herrenschmidt <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Cc: [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