diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-23 04:42:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:44 -0400 |
commit | 612570f2c4794bbf4e5bfa8648b61fbfc9cd8501 (patch) | |
tree | 2087dc33425f055ab60ba36eefd962841329703c /drivers/media/video/ivtv/ivtv-streams.c | |
parent | 459a52fab2c42cd5fadfd51fdcfc6dea8107fabf (diff) |
V4L/DVB (6091): ivtv: header cleanup
- add guards
- remove unused header includes
- move card-specific stuff from ivtv-driver.h to ivtv-cards.h
- move YUV-specific stuff from ivtv-driver.h to ivtv-yuv.h
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-streams.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-streams.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/media/video/ivtv/ivtv-streams.c b/drivers/media/video/ivtv/ivtv-streams.c index ebf925c549fd..fae151a31e85 100644 --- a/drivers/media/video/ivtv/ivtv-streams.c +++ b/drivers/media/video/ivtv/ivtv-streams.c | |||
@@ -35,16 +35,12 @@ | |||
35 | 35 | ||
36 | #include "ivtv-driver.h" | 36 | #include "ivtv-driver.h" |
37 | #include "ivtv-fileops.h" | 37 | #include "ivtv-fileops.h" |
38 | #include "ivtv-i2c.h" | ||
39 | #include "ivtv-queue.h" | 38 | #include "ivtv-queue.h" |
40 | #include "ivtv-mailbox.h" | 39 | #include "ivtv-mailbox.h" |
41 | #include "ivtv-audio.h" | ||
42 | #include "ivtv-video.h" | ||
43 | #include "ivtv-vbi.h" | ||
44 | #include "ivtv-ioctl.h" | 40 | #include "ivtv-ioctl.h" |
45 | #include "ivtv-irq.h" | 41 | #include "ivtv-yuv.h" |
46 | #include "ivtv-streams.h" | ||
47 | #include "ivtv-cards.h" | 42 | #include "ivtv-cards.h" |
43 | #include "ivtv-streams.h" | ||
48 | 44 | ||
49 | static struct file_operations ivtv_v4l2_enc_fops = { | 45 | static struct file_operations ivtv_v4l2_enc_fops = { |
50 | .owner = THIS_MODULE, | 46 | .owner = THIS_MODULE, |