patch-2.3.18 linux/include/asm-sh/semaphore.h
Next file: linux/include/asm-sh/spinlock.h
Previous file: linux/include/asm-sh/bugs.h
Back to the patch index
Back to the overall index
-  Lines: 12
 -  Date:
Wed Sep  8 11:54:14 1999
 -  Orig file: 
v2.3.17/linux/include/asm-sh/semaphore.h
 -  Orig date: 
Tue Aug 31 17:29:14 1999
 
diff -u --recursive --new-file v2.3.17/linux/include/asm-sh/semaphore.h linux/include/asm-sh/semaphore.h
@@ -12,9 +12,10 @@
  *
  */
 
+#include <linux/spinlock.h>
+
 #include <asm/system.h>
 #include <asm/atomic.h>
-#include <asm/spinlock.h>
 
 struct semaphore {
 	atomic_t count;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)