diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 05:11:55 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 05:41:05 -0400 |
commit | 72ea3723411c18cace4c8c9e0ccf4116d5e6eaaa (patch) | |
tree | a8925ace72d60e86ce4aebeef1da47136f784069 /arch/score | |
parent | 0402c91af944c61bf788370f03326959a35cb8be (diff) |
score: unset __ARCH_WANT_IPC_PARSE_VERSION
This really should not be needed. The change for not changing
the IPC code for every new architecture just went into 2.6.31,
so we can skip it now.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/include/asm/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/score/include/asm/unistd.h b/arch/score/include/asm/unistd.h index f0f84deeb564..0d98b72f462a 100644 --- a/arch/score/include/asm/unistd.h +++ b/arch/score/include/asm/unistd.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #define _ASM_SCORE_UNISTD_H | 2 | #define _ASM_SCORE_UNISTD_H |
3 | 3 | ||
4 | #define __ARCH_HAVE_MMU | 4 | #define __ARCH_HAVE_MMU |
5 | #define __ARCH_WANT_IPC_PARSE_VERSION | ||
6 | 5 | ||
7 | #include <asm-generic/unistd.h> | 6 | #include <asm-generic/unistd.h> |
8 | 7 | ||