156650083f
This one unfortunately slipped through my own build testing, my patch
caused a new build error:
bcm2835-camera.c:53:12: error: static declaration of 'bcm2835_v4l2_debug' follows non-static declaration
We want the symbol to be global as it is indeed used in more than one
file and declared 'extern' in a header.
Fixes:
|
||
---|---|---|
.. | ||
bcm2048 | ||
cxd2099 | ||
davinci_vpfe | ||
lirc | ||
omap4iss | ||
platform/bcm2835 | ||
s5p-cec | ||
st-cec | ||
Kconfig | ||
Makefile |