lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 23 Mar 2019 00:21:41 +0900 From: Masahiro Yamada <yamada.masahiro@...ionext.com> To: Greentime Hu <green.hu@...il.com>, Vincent Chen <deanbo422@...il.com> Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>, linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>, Nickhu <nickhu@...estech.com> Subject: [PATCH] nds32: remove unused generic-y += cmpxchg-local.h NDS32 is the only architecture that creates <asm/cmpxchg-local.h>, which is not included anyone. Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com> --- arch/nds32/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/nds32/include/asm/Kbuild b/arch/nds32/include/asm/Kbuild index 7ef8695..c131e0e 100644 --- a/arch/nds32/include/asm/Kbuild +++ b/arch/nds32/include/asm/Kbuild @@ -5,7 +5,6 @@ generic-y += bug.h generic-y += bugs.h generic-y += checksum.h generic-y += cmpxchg.h -generic-y += cmpxchg-local.h generic-y += compat.h generic-y += device.h generic-y += div64.h -- 2.7.4
Powered by blists - more mailing lists