diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-12-15 08:33:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 10:44:52 -0500 |
commit | 85eeece773a6f0d2ba00958782995cbe68218256 (patch) | |
tree | dc0e4b54af2c8bf761d68cf4f3251d7e6edfcb20 /drivers/media/video/cx18 | |
parent | debf80014fc1e8d02b3fd57e5fae0d315ac2cb04 (diff) |
[media] cx18/ddbridge: remove unused headers
The cx18 and ddbridge drivers include linux/dvb/audio.h and video.h
without using them.
Remove those includes.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index b9a94fc5146d..7a37e0ee136f 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -44,8 +44,6 @@ | |||
44 | #include <linux/slab.h> | 44 | #include <linux/slab.h> |
45 | #include <asm/byteorder.h> | 45 | #include <asm/byteorder.h> |
46 | 46 | ||
47 | #include <linux/dvb/video.h> | ||
48 | #include <linux/dvb/audio.h> | ||
49 | #include <media/v4l2-common.h> | 47 | #include <media/v4l2-common.h> |
50 | #include <media/v4l2-ioctl.h> | 48 | #include <media/v4l2-ioctl.h> |
51 | #include <media/v4l2-device.h> | 49 | #include <media/v4l2-device.h> |