Import 2.3.18pre1
[davej-history.git] / include / asm-sh / semaphore.h
index 2a9c0a0..4164b78 100644 (file)
  *
  */
 
+#include <linux/spinlock.h>
+
 #include <asm/system.h>
 #include <asm/atomic.h>
-#include <asm/spinlock.h>
 
 struct semaphore {
        atomic_t count;
close