linux/seqlock.h should #include asm/processor.h for cpu_relax()
[pandora-kernel.git] / include / linux / seqlock.h
index e981189..c6db9fb 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <linux/spinlock.h>
 #include <linux/preempt.h>
+#include <asm/processor.h>
 
 typedef struct {
        unsigned sequence;