From: Will Deacon Date: Tue, 7 Jul 2015 17:19:38 +0000 (+0100) Subject: ARM: 8403/1: kbuild: don't use generic mcs_spinlock.h header X-Git-Tag: v4.3-rc1~88^2~1^3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57853e8906a04a86c32fb96d8421b923c6d64162;p=thirdparty%2Flinux.git ARM: 8403/1: kbuild: don't use generic mcs_spinlock.h header We provide our own implementation of asm/mcs_spinlock.h, so there's no need to ask for the (empty) generic version. Signed-off-by: Will Deacon Signed-off-by: Russell King --- diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index 83c50193626ce..517ef6dd22b9e 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild @@ -12,7 +12,6 @@ generic-y += irq_regs.h generic-y += kdebug.h generic-y += local.h generic-y += local64.h -generic-y += mcs_spinlock.h generic-y += msgbuf.h generic-y += param.h generic-y += parport.h