提交 e90ff923 编写于 作者: L Linus Torvalds 提交者: Mauro Carvalho Chehab

V4L/DVB (6220a): fix build error for et61x251 driver

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 48200bae
...@@ -337,6 +337,9 @@ void *priv; ...@@ -337,6 +337,9 @@ void *priv;
struct class_device class_dev; /* sysfs */ struct class_device class_dev; /* sysfs */
}; };
/* Class-dev to video-device */
#define to_video_device(cd) container_of(cd, struct video_device, class_dev)
/* Version 2 functions */ /* Version 2 functions */
extern int video_register_device(struct video_device *vfd, int type, int nr); extern int video_register_device(struct video_device *vfd, int type, int nr);
void video_unregister_device(struct video_device *); void video_unregister_device(struct video_device *);
...@@ -354,11 +357,9 @@ extern int video_usercopy(struct inode *inode, struct file *file, ...@@ -354,11 +357,9 @@ extern int video_usercopy(struct inode *inode, struct file *file,
int (*func)(struct inode *inode, struct file *file, int (*func)(struct inode *inode, struct file *file,
unsigned int cmd, void *arg)); unsigned int cmd, void *arg));
#ifdef CONFIG_VIDEO_V4L1_COMPAT #ifdef CONFIG_VIDEO_V4L1_COMPAT
#include <linux/mm.h> #include <linux/mm.h>
#define to_video_device(cd) container_of(cd, struct video_device, class_dev)
static inline int __must_check static inline int __must_check
video_device_create_file(struct video_device *vfd, video_device_create_file(struct video_device *vfd,
struct class_device_attribute *attr) struct class_device_attribute *attr)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册