aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-10 04:31:34 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:15 -0400
commit7e0a16f6118a297dd467c1e5a0908429fcdf56af (patch)
tree3b0ffeb932aa6b29d9c9babcba6fc774c470cf29 /drivers/media/video/vivi.c
parent42d12f5aa105af08bc0ed0580e32156a1a325c6b (diff)
V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/vivi.c')
-rw-r--r--drivers/media/video/vivi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c
index 616eb1a8dbe..980620f411f 100644
--- a/drivers/media/video/vivi.c
+++ b/drivers/media/video/vivi.c
@@ -28,10 +28,6 @@
28#include <linux/mutex.h> 28#include <linux/mutex.h>
29#include <linux/videodev2.h> 29#include <linux/videodev2.h>
30#include <linux/dma-mapping.h> 30#include <linux/dma-mapping.h>
31#ifdef CONFIG_VIDEO_V4L1_COMPAT
32/* Include V4L1 specific functions. Should be removed soon */
33#include <linux/videodev.h>
34#endif
35#include <linux/interrupt.h> 31#include <linux/interrupt.h>
36#include <linux/kthread.h> 32#include <linux/kthread.h>
37#include <linux/highmem.h> 33#include <linux/highmem.h>