Skip to content

Commit

Permalink
V4L/DVB (6220a): fix build error for et61x251 driver
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Linus Torvalds authored and Mauro Carvalho Chehab committed Sep 14, 2007
1 parent 48200ba commit e90ff92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ void *priv;
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 */
extern int video_register_device(struct video_device *vfd, int type, int nr);
void video_unregister_device(struct video_device *);
Expand All @@ -354,11 +357,9 @@ extern int video_usercopy(struct inode *inode, struct file *file,
int (*func)(struct inode *inode, struct file *file,
unsigned int cmd, void *arg));


#ifdef CONFIG_VIDEO_V4L1_COMPAT
#include <linux/mm.h>

#define to_video_device(cd) container_of(cd, struct video_device, class_dev)
static inline int __must_check
video_device_create_file(struct video_device *vfd,
struct class_device_attribute *attr)
Expand Down

0 comments on commit e90ff92

Please sign in to comment.