diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-23 23:34:51 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 13:35:59 +0900 |
commit | e96ba7033e368383c8560bfb7ad1beed3c6d6700 (patch) | |
tree | 222f6ddab8a4feacbf4f7fc340bec6d4808c0029 /arch/h8300 | |
parent | e4d6f911a7cea1a100205d39345d811914e9914a (diff) | |
download | op-kernel-dev-e96ba7033e368383c8560bfb7ad1beed3c6d6700.zip op-kernel-dev-e96ba7033e368383c8560bfb7ad1beed3c6d6700.tar.gz |
h8300: Remove ARCH_WANT_IPC_PARSE_VERSION
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 696415e..db58916 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -3,7 +3,6 @@ config H8300 select GENERIC_ATOMIC64 select HAVE_UID16 select VIRT_TO_BUS - select ARCH_WANT_IPC_PARSE_VERSION select GENERIC_IRQ_SHOW select FRAME_POINTER select GENERIC_CPU_DEVICES |