From: Will Deacon Date: Wed, 17 Oct 2012 15:45:01 +0000 (+0100) Subject: asm-generic: io: remove {read,write} string functions X-Git-Tag: v3.8-rc1~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186;p=pandora-kernel.git asm-generic: io: remove {read,write} string functions The {read,write}s{b,w,l} functions are not defined across all architectures and therefore shouldn't be used by portable drivers. We should encourage driver writers to use the io{read,write}{8,16,32}_rep functions instead. This patch removes the {read,write} string functions for the generic IO header as they have no place in a new architecture port. Cc: Arnd Bergmann Cc: Mike Frysinger Cc: Ben Herrenschmidt Signed-off-by: Will Deacon --- Reading git-diff-tree failed