V4L/DVB (7376): Improve compile-time type-checking in videobuf
[deliverable/linux.git] / include / media / videobuf-core.h
index 99033945cdee3790c45240ac0f43a2f61fdec749..fcdffdd6330492e56edc09ef306b4b5b2e985f80 100644 (file)
@@ -151,7 +151,7 @@ struct videobuf_qtype_ops {
 struct videobuf_queue {
        struct mutex               vb_lock;
        spinlock_t                 *irqlock;
-       void                       *dev; /* on pci, points to struct pci_dev */
+       struct device              *dev;
 
        enum v4l2_buf_type         type;
        unsigned int               inputs; /* for V4L2_BUF_FLAG_INPUT */
@@ -185,7 +185,7 @@ void *videobuf_alloc(struct videobuf_queue* q);
 
 void videobuf_queue_core_init(struct videobuf_queue *q,
                         struct videobuf_queue_ops *ops,
-                        void *dev,
+                        struct device *dev,
                         spinlock_t *irqlock,
                         enum v4l2_buf_type type,
                         enum v4l2_field field,
This page took 0.024525 seconds and 5 git commands to generate.