]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nios2: remove wrapper header for cmpxchg.h
authorTobias Klauser <tklauser@distanz.ch>
Mon, 3 Apr 2017 03:08:40 +0000 (20:08 -0700)
committerLey Foon Tan <ley.foon.tan@intel.com>
Mon, 8 May 2017 08:59:19 +0000 (16:59 +0800)
commitf679b311f0683be352cb73b28d7108eed79ef795
treeea8785918a26784ce564af44a43f463ccd3881e5
parent6852aa0263cdc4d43ab8e23735e6e0973cadeb63
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>
arch/nios2/include/asm/Kbuild
arch/nios2/include/asm/cmpxchg.h [deleted file]