From: Arnd Bergmann Date: Sat, 27 Aug 2011 18:01:07 +0000 (+0200) Subject: ARM: allow building alignment.c without PROC_FS X-Git-Tag: v3.2-rc1~189^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc660c51b66312938e25fd6af24e3defdd0bc1b;p=pandora-kernel.git ARM: allow building alignment.c without PROC_FS The two functions cpu_is_v6_unaligned and safe_usermode are only defined when CONFIG_PROC_FS is enabled, but are used outside of the #ifdef. Signed-off-by: Arnd Bergmann Cc: Dave Martin --- Reading git-diff-tree failed