This driver produces a lot of errors on this arch:
        In file included from drivers/media/pci/cx18/cx18-driver.c:26:0:
        /drivers/media/pci/cx18/cx18-io.h: In function 'cx18_raw_readl':
        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]
        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.

NOTE: I'll likely remove this patch from the final series, as this should
be fixed inside gcc code.

Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to