| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Do not include seccomp.h from compat.h |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Wed, 8 Apr 2009 22:59:00 +0900 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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> --- arch/mips/include/asm/compat.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/mips/include/asm/compat.h b/arch/mips/include/asm/compat.h index 6c5b409..f58aed3 100644 --- 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> -- 1.5.6.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Enabling and Disabling Interrupts, Chris Rhodin |
|---|---|
| Next by Date: | What is the right way to setup MIPS timer irq in 2.6.29?, David Wuertele |
| Previous by Thread: | Enabling and Disabling Interrupts, Chris Rhodin |
| Next by Thread: | What is the right way to setup MIPS timer irq in 2.6.29?, David Wuertele |
| Indexes: | [Date] [Thread] [Top] [All Lists] |