summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/Kbuild
diff options
context:
space:
mode:
authorTobias Klauser2017-04-03 05:08:40 +0200
committerLey Foon Tan2017-05-08 10:59:19 +0200
commitf679b311f0683be352cb73b28d7108eed79ef795 (patch)
treeea8785918a26784ce564af44a43f463ccd3881e5 /arch/nios2/include/asm/Kbuild
parentnios2: add .gitignore entries for auto-generated files (diff)
downloadkernel-qcow2-linux-f679b311f0683be352cb73b28d7108eed79ef795.tar.gz
kernel-qcow2-linux-f679b311f0683be352cb73b28d7108eed79ef795.tar.xz
kernel-qcow2-linux-f679b311f0683be352cb73b28d7108eed79ef795.zip
nios2: remove wrapper header for cmpxchg.h
Since commit 713e9b802e21 ("nios2: Switch to generic __xchg()") asm/cmpxchg.h for nios2 is merely including asm-generic/cmpxchg.h. Thus, the wrapper can be omitted and the generic header can be used directly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/nios2/include/asm/Kbuild')
-rw-r--r--arch/nios2/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/Kbuild b/arch/nios2/include/asm/Kbuild
index 87e70f2b463f..727dbb333f60 100644
--- a/arch/nios2/include/asm/Kbuild
+++ b/arch/nios2/include/asm/Kbuild
@@ -6,6 +6,7 @@ generic-y += bitsperlong.h
generic-y += bug.h
generic-y += bugs.h
generic-y += clkdev.h
+generic-y += cmpxchg.h
generic-y += current.h
generic-y += device.h
generic-y += div64.h