aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-27 14:50:51 +0200
committerArnd Bergmann <arnd@arndb.de>2009-06-27 15:09:46 +0200
commit9fb24cc50045ec8d13d0a6c3d4d454750b466d61 (patch)
tree7d81c5d9ecf952e9e50f1d066a83825e37c6ddb9 /arch/score/include
parente831a9c6186ca1f63fdf2f41628193dd690ab440 (diff)
downloadkernel_samsung_smdk4412-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.zip
kernel_samsung_smdk4412-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.tar.gz
kernel_samsung_smdk4412-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.tar.bz2
score: add missing #includes
Files that define a global function should #include the header with its declaration to make sure that the prototypes do not diverge. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/score/include')
-rw-r--r--arch/score/include/asm/ucontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/include/asm/ucontext.h b/arch/score/include/asm/ucontext.h
new file mode 100644
index 0000000..9bc07b9
--- /dev/null
+++ b/arch/score/include/asm/ucontext.h
@@ -0,0 +1 @@
+#include <asm-generic/ucontext.h>