commit | f2080e38813a3b04d4a6fde5a2697f47cfec4ee5 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Aug 20 13:50:03 2014 -0600 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Aug 26 18:52:18 2014 -0300 |
tree | 5d8ec6a5089cf1745241b67bd546390f728ddbea | |
parent | f3334180d4790856bae42fb2e7a3137f9a36aa18 [diff] |
[media] allow COMPILE_TEST for SAMSUNG_EXYNOS4_IS That helps some static checks, so enable it. While there, it was noticed that linux/sizes.h was missing: drivers/media/platform/exynos4-is/mipi-csis.c: In function ‘s5pcsis_s_rx_buffer’: drivers/media/platform/exynos4-is/mipi-csis.c:114:31: error: ‘SZ_4K’ undeclared (first use in this function) #define S5PCSIS_PKTDATA_SIZE SZ_4K ^ Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>