From: Magnus Damm Date: Thu, 7 Feb 2008 10:50:52 +0000 (+0900) Subject: sh: make copy_to/from_user() static inline X-Git-Tag: v2.6.25-rc2~5^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6760c5c4589d02a6877fb256b99c33dd8f1ede;p=pandora-kernel.git sh: make copy_to/from_user() static inline This patch changes copy_from_user() and copy_to_user() from macros into static inline functions. This way we can use them as function pointers. Also unify the 64 bit and 32 bit versions. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed