]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitff514512a3570a308f036926f9a17facb9023e08
treee0ab5427da93de03871c0a304bd01e3821994100
parentc5f5b654a18054aeb8072528f5a4d373393bc22b
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