projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe99b9
)
MIPS: Do not include seccomp.h from compat.h
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Sat, 11 Apr 2009 14:31:50 +0000
(23:31 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 14 May 2009 12:50:26 +0000
(13:50 +0100)
The compat.h does not need seccomp.h since TIF_32BIT was moved to
thread_info.h
This fixes a build error of 64-bit kernel without CONFIG_SECCOMP.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: : David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/compat.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/compat.h
b/arch/mips/include/asm/compat.h
index 6c5b40905dd66daff610de074e5f17f7dd17fc8d..f58aed354bfd3a50095e30cbb879045b57f85410 100644
(file)
--- a/
arch/mips/include/asm/compat.h
+++ b/
arch/mips/include/asm/compat.h
@@
-3,7
+3,6
@@
/*
* Architecture specific compatibility types
*/
-#include <linux/seccomp.h>
#include <linux/thread_info.h>
#include <linux/types.h>
#include <asm/page.h>