diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-18 18:38:56 +0900 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2019-05-07 17:52:10 +0800 |
commit | c58867615d57859bf5a5aedb13d4646b98d930fe (patch) | |
tree | cce87509f1d210030c44443f47b5842863b0eea4 /arch/nds32 | |
parent | 7f9ea6b799ef0f3adc7e860937dec633545b5f6f (diff) |
nds32: remove unused generic-y += cmpxchg-local.h
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>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |