linux/drivers/media/platform/marvell-ccic
Arnd Bergmann caaee5f832 [media] marvell-ccic: MMP_CAMERA no longer builds
The mmp ccic driver expects a platform_data structure that does not exist
in the mainline kernel and presumably was changed in a kernel fork, which
leads to build errors now:

media/platform/marvell-ccic/mmp-driver.c: In function 'mmpcam_calc_dphy':
media/platform/marvell-ccic/mmp-driver.c:252:15: error: 'struct mmp_camera_platform_data' has no member named 'dphy3_algo'
  switch (pdata->dphy3_algo) {
               ^
media/platform/marvell-ccic/mmp-driver.c:253:7: error: 'DPHY3_ALGO_PXA910' undeclared (first use in this function)
  case DPHY3_ALGO_PXA910:
       ^
media/platform/marvell-ccic/mmp-driver.c:253:7: note: each undeclared identifier is reported only once for each function it appears in
media/platform/marvell-ccic/mmp-driver.c:257:8: error: 'struct mmp_camera_platform_data' has no member named 'dphy'

This marks the driver as 'BROKEN' but keeps the code around.
Alternatively it could be removed entirely.

Fixes: 05fed81625 ("[media] marvell-ccic: add MIPI support for marvell-ccic driver")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Cc: Libin Yang <lbyang@marvell.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-02-02 13:35:27 -02:00
..
Kconfig [media] marvell-ccic: MMP_CAMERA no longer builds 2015-02-02 13:35:27 -02:00
Makefile
cafe-driver.c [media] marvell-ccic: add MIPI support for marvell-ccic driver 2013-07-26 13:22:42 -03:00
mcam-core.c [media] media: drivers shouldn't touch debug field in video_device 2014-12-23 10:29:04 -02:00
mcam-core.h [media] vb2-dma-sg: add allocation context to dma-sg 2014-11-25 08:55:32 -02:00
mmp-driver.c media: platform: marvell-ccic: drop owner assignment from platform_drivers 2014-10-20 16:20:46 +02:00