From: Paul Mundt Date: Tue, 26 Jan 2010 03:58:40 +0000 (+0900) Subject: sh: Mass ctrl_in/outX to __raw_read/writeX conversion. X-Git-Tag: v2.6.34-rc1~285^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d56dd3b083a3bec56e9da35ce07baca81030b03;p=pandora-kernel.git sh: Mass ctrl_in/outX to __raw_read/writeX conversion. The old ctrl in/out routines are non-portable and unsuitable for cross-platform use. While drivers/sh has already been sanitized, there is still quite a lot of code that is not. This converts the arch/sh/ bits over, which permits us to flag the routines as deprecated whilst still building with -Werror for the architecture code, and to ensure that future users are not added. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed