ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h
authorArnd Bergmann <arnd@arndb.de>
Wed, 17 Jun 2009 23:27:46 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2009 20:03:54 +0000 (13:03 -0700)
commit31a985fbb18c1600955124a1efd2343efa867549
treee0ab5427da93de03871c0a304bd01e3821994100
parent371cbb387e33651b4c1326457116568ff01ac422
ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h

The definition of ipc_parse_version depends on
__ARCH_WANT_IPC_PARSE_VERSION, but the header file declares it
conditionally based on the architecture.

Use the macro consistently to make it easier to add new architectures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/util.h