]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-generic/atomic-long.h
atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()
[karo-tx-linux.git] / include / asm-generic / atomic-long.h
index f91093c2984cd3d111f132bae26882674bcd663e..eb1973bad80b11376c1f9dcbc0f9f2b7c3eff0cb 100644 (file)
@@ -43,7 +43,6 @@ static inline long atomic_long_read##mo(const atomic_long_t *l)               \
 }
 ATOMIC_LONG_READ_OP()
 ATOMIC_LONG_READ_OP(_acquire)
-ATOMIC_LONG_READ_OP(_ctrl)
 
 #undef ATOMIC_LONG_READ_OP