From: Matthew Leach Date: Mon, 10 Dec 2012 09:12:38 +0000 (+0000) Subject: net: 8390: use io{read,write}*_rep accessors X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b146ecd6b5589f4524090cad4b55ee439c6a4925;p=pandora-kernel.git 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 Cc: Ben Herrenschmidt Cc: David Miller Cc: netdev@vger.kernel.org Signed-off-by: Matthew Leach Signed-off-by: Will Deacon Signed-off-by: David S. Miller --- Reading git-diff-tree failed