[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201611081415.hs5DsmXb%fengguang.wu@intel.com>
Date: Tue, 8 Nov 2016 14:51:04 +0800
From: kbuild test robot <lkp@...el.com>
To: Matt Ranostay <matt@...ostay.consulting>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org,
Matt Ranostay <matt@...ostay.consulting>,
Attila Kinali <attila@...ali.ch>, Marek Vasut <marex@...x.de>,
Luca Barbato <lu_zero@...too.org>
Subject: Re: [PATCH v2] media: i2c-polling: add i2c-polling driver
Hi Matt,
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.9-rc4 next-20161028]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Matt-Ranostay/media-i2c-polling-add-i2c-polling-driver/20161108-140530
base: git://linuxtv.org/media_tree.git master
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/media/i2c/i2c-polling.c:27:24: fatal error: /inux/slab.h: No such file or directory
#include </inux/slab.h>
^
compilation terminated.
vim +27 drivers/media/i2c/i2c-polling.c
21
22 #include <linux/module.h>
23 #include <linux/of.h>
24 #include <linux/delay.h>
25 #include <linux/videodev2.h>
26 #include <linux/mutex.h>
> 27 #include </inux/slab.h>
28 #include <linux/i2c.h>
29 #include <media/v4l2-common.h>
30 #include <media/v4l2-ioctl.h>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (56866 bytes)
Powered by blists - more mailing lists