summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-07 14:15:50 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-07 14:15:50 +0000
commit7d7cba3bfd96e6e4fdef941efd6136966317ed70 (patch)
treee95f1c0140d6c5c90c9c8c70bea65e4de9407d91 /linux/include
parentd20a81e88b02daade959e4e237f0bad10999f88e (diff)
downloadmediapointer-dvb-s2-7d7cba3bfd96e6e4fdef941efd6136966317ed70.tar.gz
mediapointer-dvb-s2-7d7cba3bfd96e6e4fdef941efd6136966317ed70.tar.bz2
Removes obsolete stuff from videodev.h
Removes obsolete stuff from videodev.h Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/videodev.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/linux/include/linux/videodev.h b/linux/include/linux/videodev.h
index 26b09a153..c3ff02435 100644
--- a/linux/include/linux/videodev.h
+++ b/linux/include/linux/videodev.h
@@ -29,19 +29,6 @@ video_device_remove_file(struct video_device *vfd,
}
#endif
-#if OBSOLETE_OWNER /* to be removed in 2.6.15 */
-/* helper functions to access driver private data. */
-static inline void *video_get_drvdata(struct video_device *dev)
-{
- return dev->priv;
-}
-
-static inline void video_set_drvdata(struct video_device *dev, void *data)
-{
- dev->priv = data;
-}
-#endif
-
extern int video_exclusive_open(struct inode *inode, struct file *file);
extern int video_exclusive_release(struct inode *inode, struct file *file);
#endif /* __KERNEL__ */