From: Matthew Leach Date: Mon, 17 Dec 2012 23:59:48 +0000 (-0800) Subject: usb: musb: use io{read,write}*_rep accessors X-Git-Tag: v3.8-rc1~74^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf0a8f67fae9906c6497886203f6e5cb7168df6;p=pandora-kernel.git usb: musb: 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 musb accessors with io{read,write}{8,16,32}_rep calls instead. Signed-off-by: Matthew Leach Signed-off-by: Will Deacon Cc: Felipe Balbi Cc: Arnd Bergmann Cc: Ben Herrenschmidt Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed