This driver produces a lot of errors on this arch:
In file included from
/devel/v4l/ktest-build/drivers/media/pci/cx18/cx18-driver.c:26:0:
/devel/v4l/ktest-build/drivers/media/pci/cx18/cx18-io.h: In function
'cx18_raw_readl':
/devel/v4l/ktest-build/drivers/media/pci/cx18/cx18-io.h:40:2: warning:
passing argument 1 of '__builtin_read32' discards 'const' qualifier from
pointer target type [enabled by default]
/devel/v4l/ktest-build/arch/frv/include/asm/mb-regs.h:24:15: note:
expected 'volatile void *' but argument is of type 'const void *'
...
While this is not fixed, just disable it.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
drivers/media/pci/cx18/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/pci/cx18/Kconfig b/drivers/media/pci/cx18/Kconfig
index c675b83c43a9..10e6bc72c460 100644
--- a/drivers/media/pci/cx18/Kconfig
+++ b/drivers/media/pci/cx18/Kconfig
@@ -1,6 +1,7 @@
config VIDEO_CX18
tristate "Conexant cx23418 MPEG encoder support"
depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C
+ depends on !FRV
select I2C_ALGOBIT
select VIDEOBUF_VMALLOC
depends on RC_CORE
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html