]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/bw-qcam.h
Don't ask twice about not including staging drivers
[linux-2.6-omap-h63xx.git] / drivers / media / video / bw-qcam.h
index 723e8ad9e56ac52f49998a44b959ea3b567d189b..8a60c5de09350a842dda12cae7a910d83161d35e 100644 (file)
@@ -55,7 +55,7 @@ struct qcam_device {
        struct video_device vdev;
        struct pardevice *pdev;
        struct parport *pport;
-       struct semaphore lock;
+       struct mutex lock;
        int width, height;
        int bpp;
        int mode;
@@ -65,4 +65,5 @@ struct qcam_device {
        int top, left;
        int status;
        unsigned int saved_bits;
+       unsigned long in_use;
 };