locking/atomic: Move ATOMIC_INIT into linux/types.h
[sfrench/cifs-2.6.git] / arch / arc / include / asm / atomic.h
index 7298ce84762e9dda46693e1436719103f1dc7ba7..c614857eb20917cd9a89b30b9a8f2436200c849d 100644 (file)
@@ -14,8 +14,6 @@
 #include <asm/barrier.h>
 #include <asm/smp.h>
 
-#define ATOMIC_INIT(i) { (i) }
-
 #ifndef CONFIG_ARC_PLAT_EZNPS
 
 #define atomic_read(v)  READ_ONCE((v)->counter)