commit | ffc660c51b66312938e25fd6af24e3defdd0bc1b | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Aug 27 20:01:07 2011 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Oct 01 21:08:54 2011 +0200 |
tree | 954fceb1c217e5034dde95f80cf6ceafb02ec5ac | |
parent | 89bace652cbfb78a2fd830025f8ea048d6eb3657 [diff] |
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 <arnd@arndb.de> Cc: Dave Martin <dave.martin@linaro.org>