diff mbox series

[v2] nds32: remove unused generic-y += cmpxchg-local.h

Message ID 20190418093856.17852-1-yamada.masahiro@socionext.com
State Accepted
Commit c58867615d57859bf5a5aedb13d4646b98d930fe
Headers show
Series [v2] nds32: remove unused generic-y += cmpxchg-local.h | expand

Commit Message

Masahiro Yamada April 18, 2019, 9:38 a.m. UTC
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(-)

-- 
2.17.1

Comments

Greentime Hu April 24, 2019, 7:01 a.m. UTC | #1
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>
diff mbox series

Patch

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