From 6ce156be0303e3b0da0b169681352efd40d13e6a Mon Sep 17 00:00:00 2001 From: Christopher Covington Date: Wed, 19 Mar 2014 18:12:25 +0100 Subject: [PATCH] ARM: 8007/1: Remove extraneous kcmp syscall ignore The kcmp system call was ported to ARM in commit 4c9dd03c9339b43887a0103b5b49b3989b876ae6 "ARM: 7665/1: Wire up kcmp syscall". Fixes: 4c9dd03c9339 ("ARM: 7665/1: Wire up kcmp syscall") Signed-off-by: Christopher Covington Signed-off-by: Russell King --- arch/arm/include/asm/unistd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index acabef1a75df0..43876245fc570 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -48,6 +48,5 @@ */ #define __IGNORE_fadvise64_64 #define __IGNORE_migrate_pages -#define __IGNORE_kcmp #endif /* __ASM_ARM_UNISTD_H */ -- 2.39.5