From 7d7cba3bfd96e6e4fdef941efd6136966317ed70 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 7 Dec 2005 14:15:50 +0000 Subject: Removes obsolete stuff from videodev.h Removes obsolete stuff from videodev.h Signed-off-by: Mauro Carvalho Chehab --- linux/include/linux/videodev.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'linux') 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__ */ -- cgit v1.2.3