linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / media / dvb / b2c2 / flexcop-common.h
index b3dd060..7d7e161 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/config.h>
 #include <linux/pci.h>
-#include <linux/mutex.h>
 
 #include "flexcop-reg.h"
 
@@ -74,7 +73,8 @@ struct flexcop_device {
        int (*fe_sleep) (struct dvb_frontend *);
 
        struct i2c_adapter i2c_adap;
-       struct mutex i2c_mutex;
+       struct semaphore i2c_sem;
+
        struct module *owner;
 
        /* options and status */