This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / media / dvb / bt8xx / dvb-bt8xx.h
index f25a251..969606e 100644 (file)
 #include <linux/i2c.h>
 #include "dvbdev.h"
 #include "dvb_net.h"
-#include "bttv.h"
-#include "mt352.h"
-#include "sp887x.h"
-#include "dst.h"
-#include "nxt6000.h"
 
 struct dvb_bt8xx_card {
-       struct semaphore lock;
-       int nfeeds;
+
+       struct list_head list;
+       u8 active;
        char card_name[32];
        struct dvb_adapter *dvb_adapter;
        struct bt878 *bt;
@@ -48,5 +44,4 @@ struct dvb_bt8xx_card {
        struct i2c_adapter *i2c_adapter;
        struct dvb_net dvbnet;
                                
-       struct dvb_frontend* fe;
 };