diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 04:31:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:15 -0400 |
commit | 7e0a16f6118a297dd467c1e5a0908429fcdf56af (patch) | |
tree | 3b0ffeb932aa6b29d9c9babcba6fc774c470cf29 /drivers/media/video/saa7146.h | |
parent | 42d12f5aa105af08bc0ed0580e32156a1a325c6b (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/saa7146.h')
-rw-r--r-- | drivers/media/video/saa7146.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/saa7146.h b/drivers/media/video/saa7146.h index 2830b5e33aec..9fadb331a40b 100644 --- a/drivers/media/video/saa7146.h +++ b/drivers/media/video/saa7146.h | |||
@@ -25,8 +25,6 @@ | |||
25 | #include <linux/types.h> | 25 | #include <linux/types.h> |
26 | #include <linux/wait.h> | 26 | #include <linux/wait.h> |
27 | 27 | ||
28 | #include <linux/videodev.h> | ||
29 | |||
30 | #ifndef O_NONCAP | 28 | #ifndef O_NONCAP |
31 | #define O_NONCAP O_TRUNC | 29 | #define O_NONCAP O_TRUNC |
32 | #endif | 30 | #endif |