aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-10-18 20:18:49 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 09:48:44 -0400
commit437258432a322e12a80fae57237aa9b87b0b9e60 (patch)
tree1537561693168b1fee5be7dc240061d019c7bd24 /drivers
parent44ed8950f8529ad58becc2de2f14a49ad32393ad (diff)
[media] cx231xx: Fix compilation breakage if DVB is not selected
In file included from drivers/media/video/cx231xx/cx231xx-audio.c:40: drivers/media/video/cx231xx/cx231xx.h:559: error: field ‘frontends’ has incomplete type make[4]: ** [drivers/media/video/cx231xx/cx231xx-audio.o] Erro 1 make[3]: ** [drivers/media/video/cx231xx] Erro 2 make[2]: ** [drivers/media/video] Erro 2 make[1]: ** [drivers/media] Erro 2 make: ** [drivers] Erro 2 Reported-by: Marcio Araujo Alves <froooozen@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx231xx/cx231xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h
index 9c98886ffb4..d067df9b81e 100644
--- a/drivers/media/video/cx231xx/cx231xx.h
+++ b/drivers/media/video/cx231xx/cx231xx.h
@@ -35,10 +35,7 @@
35#include <media/videobuf-vmalloc.h> 35#include <media/videobuf-vmalloc.h>
36#include <media/v4l2-device.h> 36#include <media/v4l2-device.h>
37#include <media/ir-core.h> 37#include <media/ir-core.h>
38#if defined(CONFIG_VIDEO_CX231XX_DVB) || \
39 defined(CONFIG_VIDEO_CX231XX_DVB_MODULE)
40#include <media/videobuf-dvb.h> 38#include <media/videobuf-dvb.h>
41#endif
42 39
43#include "cx231xx-reg.h" 40#include "cx231xx-reg.h"
44#include "cx231xx-pcb-cfg.h" 41#include "cx231xx-pcb-cfg.h"