diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index c12d72d5f008..6a11d772700f 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -340,7 +340,7 @@ extern int video_usercopy(struct inode *inode, struct file *file, | |||
340 | #include <linux/mm.h> | 340 | #include <linux/mm.h> |
341 | 341 | ||
342 | #define to_video_device(cd) container_of(cd, struct video_device, class_dev) | 342 | #define to_video_device(cd) container_of(cd, struct video_device, class_dev) |
343 | static inline int | 343 | static inline int __must_check |
344 | video_device_create_file(struct video_device *vfd, | 344 | video_device_create_file(struct video_device *vfd, |
345 | struct class_device_attribute *attr) | 345 | struct class_device_attribute *attr) |
346 | { | 346 | { |