linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] nds32: remove unused generic-y += cmpxchg-local.h
@ 2019-04-18  9:38 Masahiro Yamada
  2019-04-24  7:01 ` Greentime Hu
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-04-18  9:38 UTC (permalink / raw)
  To: Greentime Hu, Vincent Chen
  Cc: Masahiro Yamada, linux-kernel, Arnd Bergmann, Nickhu

NDS32 is the only architecture that creates <asm/cmpxchg-local.h>,
which is not included by anyone.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v2:
  - Fix a typo in commit log

 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 64ceff7ab99b..e8dbfbf8cc69 100644
--- a/arch/nds32/include/asm/Kbuild
+++ b/arch/nds32/include/asm/Kbuild
@@ -6,7 +6,6 @@ generic-y += bugs.h
 generic-y += checksum.h
 generic-y += clkdev.h
 generic-y += cmpxchg.h
-generic-y += cmpxchg-local.h
 generic-y += compat.h
 generic-y += cputime.h
 generic-y += device.h
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] nds32: remove unused generic-y += cmpxchg-local.h
  2019-04-18  9:38 [PATCH v2] nds32: remove unused generic-y += cmpxchg-local.h Masahiro Yamada
@ 2019-04-24  7:01 ` Greentime Hu
  0 siblings, 0 replies; 2+ messages in thread
From: Greentime Hu @ 2019-04-24  7:01 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Vincent Chen, Linux Kernel Mailing List, Arnd Bergmann, Nickhu

Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年4月18日 週四 下午5:39寫道:
>
> NDS32 is the only architecture that creates <asm/cmpxchg-local.h>,
> which is not included by anyone.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> Changes in v2:
>   - Fix a typo in commit log
>
>  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 64ceff7ab99b..e8dbfbf8cc69 100644
> --- a/arch/nds32/include/asm/Kbuild
> +++ b/arch/nds32/include/asm/Kbuild
> @@ -6,7 +6,6 @@ generic-y += bugs.h
>  generic-y += checksum.h
>  generic-y += clkdev.h
>  generic-y += cmpxchg.h
> -generic-y += cmpxchg-local.h
>  generic-y += compat.h
>  generic-y += cputime.h
>  generic-y += device.h
Hi Yamada,

Thank you.
Acked-by: Greentime Hu <greentime@andestech.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-24  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18  9:38 [PATCH v2] nds32: remove unused generic-y += cmpxchg-local.h Masahiro Yamada
2019-04-24  7:01 ` Greentime Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).