From: Geert Uytterhoeven Date: Sun, 18 May 2008 18:47:07 +0000 (+0200) Subject: m68k: Convert access_ok() to an inline function X-Git-Tag: v2.6.26-rc3~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f9cac5e077df8fc5a613d84e2e13005a6ff841;p=pandora-kernel.git m68k: Convert access_ok() to an inline function Convert access_ok() from a macro to an inline function, so the compiler no longer complains about unused variables: fs/read_write.c: In function 'rw_copy_check_uvector': fs/read_write.c:556: warning: unused variable 'buf' Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed