isci: Retrieve the EFI variable for OEM parameter
[deliverable/linux.git] / include / linux / seqlock.h
index 06d69648fc86c3a731c528cde7fba3b72a2688be..e9811892844f1cacca117fae323abef084ab615f 100644 (file)
@@ -41,9 +41,6 @@ typedef struct {
 #define __SEQLOCK_UNLOCKED(lockname) \
                 { 0, __SPIN_LOCK_UNLOCKED(lockname) }
 
-#define SEQLOCK_UNLOCKED \
-                __SEQLOCK_UNLOCKED(old_style_seqlock_init)
-
 #define seqlock_init(x)                                        \
        do {                                            \
                (x)->sequence = 0;                      \
This page took 0.027139 seconds and 5 git commands to generate.