patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / media / video / planb.c
index b790765..ebf130f 100644 (file)
@@ -1383,8 +1383,6 @@ static int planb_open(struct video_device *dev, int mode)
        pb->user++;
 
        DEBUG("PlanB: device opened\n");
-
-       MOD_INC_USE_COUNT;
        return 0;   
 }
 
@@ -1407,8 +1405,6 @@ static void planb_close(struct video_device *dev)
        planb_unlock(pb);
 
        DEBUG("PlanB: device closed\n");
-
-       MOD_DEC_USE_COUNT;  
 }
 
 static long planb_read(struct video_device *v, char *buf, unsigned long count,