Index: include/asm-i386/rwsem.h
===================================================================
RCS file: /cvsroot/gkernel/linux_2_4/include/asm-i386/rwsem.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 rwsem.h
--- include/asm-i386/rwsem.h 2001/04/12 03:17:29 1.1.1.1
+++ include/asm-i386/rwsem.h 2001/04/12 06:49:36
@@ -15,10 +15,10 @@
#ifdef __KERNEL__
+#include <linux/wait.h>
+#include <linux/spinlock.h>
#include <asm/system.h>
#include <asm/atomic.h>
-#include <asm/spinlock.h>
-#include <linux/wait.h>
#if RWSEM_DEBUG
#define rwsemdebug(FMT,...) do { if (sem->debug) printk(FMT,__VA_ARGS__); } while(0)