linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / s390 / cio / cio.h
index 4541c1a..0ca9873 100644 (file)
@@ -2,7 +2,6 @@
 #define S390_CIO_H
 
 #include "schid.h"
-#include <linux/mutex.h>
 
 /*
  * where we put the ssd info
@@ -88,7 +87,7 @@ struct orb {
 struct subchannel {
        struct subchannel_id schid;
        spinlock_t lock;        /* subchannel lock */
-       struct mutex reg_mutex;
+
        enum {
                SUBCHANNEL_TYPE_IO = 0,
                SUBCHANNEL_TYPE_CHSC = 1,