diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/include/asm/unistd.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4172c3cea228..5df11147be84 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -39,6 +39,7 @@ config ARM | |||
39 | select GENERIC_IRQ_PROBE | 39 | select GENERIC_IRQ_PROBE |
40 | select GENERIC_IRQ_SHOW | 40 | select GENERIC_IRQ_SHOW |
41 | select GENERIC_IRQ_PROBE | 41 | select GENERIC_IRQ_PROBE |
42 | select ARCH_WANT_IPC_PARSE_VERSION | ||
42 | select HARDIRQS_SW_RESEND | 43 | select HARDIRQS_SW_RESEND |
43 | select CPU_PM if (SUSPEND || CPU_IDLE) | 44 | select CPU_PM if (SUSPEND || CPU_IDLE) |
44 | select GENERIC_PCI_IOMAP | 45 | select GENERIC_PCI_IOMAP |
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 512cd1473454..0cab47d4a83f 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
@@ -446,7 +446,6 @@ | |||
446 | 446 | ||
447 | #ifdef __KERNEL__ | 447 | #ifdef __KERNEL__ |
448 | 448 | ||
449 | #define __ARCH_WANT_IPC_PARSE_VERSION | ||
450 | #define __ARCH_WANT_STAT64 | 449 | #define __ARCH_WANT_STAT64 |
451 | #define __ARCH_WANT_SYS_GETHOSTNAME | 450 | #define __ARCH_WANT_SYS_GETHOSTNAME |
452 | #define __ARCH_WANT_SYS_PAUSE | 451 | #define __ARCH_WANT_SYS_PAUSE |