Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / lib / lockref.c
index 494994b..5a92189 100644 (file)
@@ -3,14 +3,6 @@
 
 #if USE_CMPXCHG_LOCKREF
 
-/*
- * Allow weakly-ordered memory architectures to provide barrier-less
- * cmpxchg semantics for lockref updates.
- */
-#ifndef cmpxchg64_relaxed
-# define cmpxchg64_relaxed cmpxchg64
-#endif
-
 /*
  * Note that the "cmpxchg()" reloads the "old" value for the
  * failure case.