diff options
| -rw-r--r-- | drivers/media/video/vivi.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 9e42224b46b6..779db26771c0 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/random.h> | 26 | #include <linux/random.h> | 
| 27 | #include <linux/version.h> | 27 | #include <linux/version.h> | 
| 28 | #include <linux/videodev2.h> | 28 | #include <linux/videodev2.h> | 
| 29 | #include <linux/dma-mapping.h> | ||
| 29 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | 30 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | 
| 30 | /* Include V4L1 specific functions. Should be removed soon */ | 31 | /* Include V4L1 specific functions. Should be removed soon */ | 
| 31 | #include <linux/videodev.h> | 32 | #include <linux/videodev.h> | 
