| To: | "H. Peter Anvin" <hpa@zytor.com>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [2.6 patch] fix asm-mips/types.h syntax error |
| From: | Adrian Bunk <bunk@kernel.org> |
| Date: | Sat, 3 May 2008 22:26:17 +0300 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.17+20080114 (2008-01-14) |
This patch fixes the following compile error caused by
commit 23cf11ddb5099f8c7f7cb3eb154bff0faf31cae9
(mips: types: use <asm-generic/int-*.h> for the mips architecture):
<-- snip -->
...
CC kernel/bounds.s
In file included from
/home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/types.h:12,
from
/home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/page-flags.h:8,
from
/home/bunk/linux/kernel-2.6/git/linux-2.6/kernel/bounds.c:9:
include2/asm/types.h:56:2: error: #endif without #if
make[2]: *** [kernel/bounds.s] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
5de735b6b9037ad6b8a30ef51f4bd8e011954144 diff --git a/include/asm-mips/types.h
b/include/asm-mips/types.h
index 7a2ee4f..bcbb8d6 100644
--- a/include/asm-mips/types.h
+++ b/include/asm-mips/types.h
@@ -19,8 +19,6 @@
typedef unsigned short umode_t;
-#endif
-
#endif /* __ASSEMBLY__ */
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v2] unify sys_pipe implementation, Linus Torvalds |
|---|---|
| Next by Date: | Re: [2.6 patch] fix asm-mips/types.h syntax error, H. Peter Anvin |
| Previous by Thread: | [PATCH v2] unify sys_pipe implementation, Ulrich Drepper |
| Next by Thread: | Re: [2.6 patch] fix asm-mips/types.h syntax error, H. Peter Anvin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |