diff options
Diffstat (limited to 'linux/drivers/media/video/videodev.c')
-rw-r--r-- | linux/drivers/media/video/videodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/videodev.c b/linux/drivers/media/video/videodev.c index cfe8b2a79..8c74621db 100644 --- a/linux/drivers/media/video/videodev.c +++ b/linux/drivers/media/video/videodev.c @@ -413,8 +413,8 @@ static ssize_t show_dev(struct class_device *cd, char *buf) } static DEVICE_ATTR(dev, S_IRUGO, show_dev, NULL); -#endif +#endif struct video_device *video_device_alloc(void) { struct video_device *vfd; |