tree: git://linuxtv.org/media_tree.git master
head: 703ecba4dbfb8de9cad7420021dfcbd11007de3b
commit: 4a5f8ae50b66a40cd9cec8f72f5f64611504ddc1 [1719/1759] [media] davinci:
vpif_capture: get subdevs from DT when available
config: arm-davinci_all_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget
https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 4a5f8ae50b66a40cd9cec8f72f5f64611504ddc1
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
>> drivers/media//platform/davinci/vpif_capture.c:25:27: fatal error:
>> media/v4l2-of.h: No such file or directory
#include <media/v4l2-of.h>
^
compilation terminated.
vim +25 drivers/media//platform/davinci/vpif_capture.c
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * TODO : add support for VBI & HBI data service
16 * add static buffer allocation
17 */
18
19 #include <linux/module.h>
20 #include <linux/interrupt.h>
21 #include <linux/platform_device.h>
22 #include <linux/slab.h>
23
24 #include <media/v4l2-ioctl.h>
> 25 #include <media/v4l2-of.h>
26 #include <media/i2c/tvp514x.h>
27
28 #include "vpif.h"
29 #include "vpif_capture.h"
30
31 MODULE_DESCRIPTION("TI DaVinci VPIF Capture driver");
32 MODULE_LICENSE("GPL");
33 MODULE_VERSION(VPIF_CAPTURE_VERSION);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
