diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-11 19:57:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:08:00 -0400 |
commit | 03121f05f98cf9bba8f0fe77ef381c17681e1386 (patch) | |
tree | 68d5a4a7807ab562e9a40fdc8a14129e90cb691d /drivers/media/video/cx23885/cx23885.h | |
parent | 2f52cdb20955b024e6b48f4e3d797504c8568a6d (diff) |
V4L/DVB (6152): cx23885: forward compatibility fixes for recent kernels
- fix #include for <media/video-buf-dvb.h>
- fix cx23885_irq declaration for 2.6.19 and later
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index f58ab86bd532..769a0e7541c0 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -28,7 +28,9 @@ | |||
28 | #include <media/tuner.h> | 28 | #include <media/tuner.h> |
29 | #include <media/tveeprom.h> | 29 | #include <media/tveeprom.h> |
30 | #include <media/video-buf.h> | 30 | #include <media/video-buf.h> |
31 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) | ||
31 | #include <media/video-buf-dvb.h> | 32 | #include <media/video-buf-dvb.h> |
33 | #endif | ||
32 | 34 | ||
33 | #include "btcx-risc.h" | 35 | #include "btcx-risc.h" |
34 | #include "cx23885-reg.h" | 36 | #include "cx23885-reg.h" |