From: Paul Mundt Date: Tue, 11 Jan 2011 05:39:35 +0000 (+0900) Subject: sh: constify prefetch pointers. X-Git-Tag: v2.6.38-rc1~234^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81fc389255d287dbfb17a70cd172663f962341a;p=pandora-kernel.git sh: constify prefetch pointers. prefetch()/prefetchw() are supposed to take a const void * instead of a straight void *, which the build recently started complaining about, fix them up. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed