bcm2835-camera: fix for WORKAROUND to build on arm64 25/161225/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 22 Nov 2017 07:34:49 +0000 (16:34 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 22 Nov 2017 07:41:24 +0000 (16:41 +0900)
commitc36ccbb086a833901cfe6eb24c0e9aaa25d43174
tree904701983a86f73c334fbf934eeb09de8960f860
parentffab0d4d01571fc174adcdb4c711b84b786165e7
bcm2835-camera: fix for WORKAROUND to build on arm64

The bcm2835-v4l2 module has build error on arm64 because of not
matched struct size and l2 cache function. Fix for WORKAROUND to
build on arm64 with commenting out them.

NOTE: it comments out cache operations and does not check vchiq
message size, so it is not clear to work properly.

Change-Id: Icd3e811cea4311499c3382d5a3bc9a2fbb1ad9f6
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/media/platform/bcm2835/mmal-vchiq.c