7da4be750339a538da9535c38ccdd8e69be61bdf parent 960c65e88452e761e257c6a20062c91c3e7fa5ac author Magnus Damm 1202381452 +0900 committer Paul Mundt 1202966529 +0900 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