Searched hist:"4 ba73aa1c9223f8f0dd5bb358dfea70309672d99" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | diff 4ba73aa1c9223f8f0dd5bb358dfea70309672d99 Mon Dec 10 03:12:35 CST 2012 Will Deacon <will.deacon@arm.com> 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>
|