commit | 5761704a41c63ebe756295a13d2e236280dd8a86 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Mon Nov 18 06:01:38 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 19 00:41:03 2013 +0000 |
tree | 0bcdff3507b32709ad6cfd22c54baec4c345a729 | |
parent | 9170217510cd280c704966738e7c1660c8fa5cbd [diff] |
ARM: 7892/1: Fix warning for V7M builds Fixes a harmless warning when building for V7M (!MMU): arch/arm/kernel/traps.c:859:123: warning: 'kuser_init' defined but not used [-Wunused-function] By making the stub static inline instead of just static. Fixes: f6f91b0d9fd9 ('ARM: allow kuser helpers to be removed from the vector page') Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>