sparc: asm/atomic.h on 32bit should include asm/system.h for xchg
[firefly-linux-kernel-4.4.55.git] / arch / sparc / include / asm / atomic_32.h
index ce465975a6a5e545c577f71e3203ba47bb3060ae..bb91b1248cd1dca941846f80d132206dd4ad6f39 100644 (file)
@@ -15,6 +15,8 @@
 
 #ifdef __KERNEL__
 
+#include <asm/system.h>
+
 #define ATOMIC_INIT(i)  { (i) }
 
 extern int __atomic_add_return(int, atomic_t *);