aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r--include/media/v4l2-dev.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
index 2745e1afc722..e472b5d07a55 100644
--- a/include/media/v4l2-dev.h
+++ b/include/media/v4l2-dev.h
@@ -77,10 +77,6 @@ struct video_device
77 * Or use {pci|usb}_{get|set}_drvdata() directly. */ 77 * Or use {pci|usb}_{get|set}_drvdata() directly. */
78 void *priv; 78 void *priv;
79#endif 79#endif
80
81 /* for videodev.c internal usage -- please don't touch */
82 int users; /* video_exclusive_{open|close} ... */
83 struct mutex lock; /* ... helper function uses these */
84}; 80};
85 81
86/* Class-dev to video-device */ 82/* Class-dev to video-device */
@@ -111,8 +107,6 @@ static inline void video_set_drvdata(struct video_device *dev, void *data)
111 107
112/* Obsolete stuff - Still needed for radio devices and obsolete drivers */ 108/* Obsolete stuff - Still needed for radio devices and obsolete drivers */
113extern struct video_device* video_devdata(struct file*); 109extern struct video_device* video_devdata(struct file*);
114extern int video_exclusive_open(struct inode *inode, struct file *file);
115extern int video_exclusive_release(struct inode *inode, struct file *file);
116#endif 110#endif
117 111
118#endif /* _V4L2_DEV_H */ 112#endif /* _V4L2_DEV_H */