Message ID | 1553268101-18742-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Superseded |
Headers | show |
Series | nds32: remove unused generic-y += cmpxchg-local.h | expand |
Hi Yamada, Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年3月22日 週五 下午11:22寫道: > > NDS32 is the only architecture that creates <asm/cmpxchg-local.h>, > which is not included anyone. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.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 Thank you. Acked-by: Greentime Hu <greentime@andestech.com>
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
NDS32 is the only architecture that creates <asm/cmpxchg-local.h>, which is not included anyone. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/nds32/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) -- 2.7.4