linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: kbuild-all@01.org, Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Andy Gross <andy.gross@linaro.org>,
	David Brown <david.brown@linaro.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-clk@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock Controllers
Date: Fri, 17 Jun 2016 23:42:26 +0800	[thread overview]
Message-ID: <201606172309.OuJ1VQh8%fengguang.wu@intel.com> (raw)
In-Reply-To: <1466157875-14428-2-git-send-email-narmstrong@baylibre.com>

[-- Attachment #1: Type: text/plain, Size: 1876 bytes --]

Hi,

[auto build test ERROR on clk/clk-next]
[also build test ERROR on v4.7-rc3 next-20160617]
[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/Neil-Armstrong/clk-Add-MDM9615-Clock-Controllers-driver-and-bindings/20160617-181028
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the linux-review/Neil-Armstrong/clk-Add-MDM9615-Clock-Controllers-driver-and-bindings/20160617-181028 HEAD 6ca1e75309632047fb7f6eff3bc2982e193fdac9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> drivers/clk/qcom/gcc-mdm9615.c:27:48: fatal error: dt-bindings/clock/qcom,gcc-mdm9615.h: No such file or directory
    #include <dt-bindings/clock/qcom,gcc-mdm9615.h>
                                                   ^
   compilation terminated.
--
>> drivers/clk/qcom/lcc-mdm9615.c:26:48: fatal error: dt-bindings/clock/qcom,lcc-mdm9615.h: No such file or directory
    #include <dt-bindings/clock/qcom,lcc-mdm9615.h>
                                                   ^
   compilation terminated.

vim +27 drivers/clk/qcom/gcc-mdm9615.c

    21	#include <linux/of.h>
    22	#include <linux/of_device.h>
    23	#include <linux/clk-provider.h>
    24	#include <linux/regmap.h>
    25	#include <linux/reset-controller.h>
    26	
  > 27	#include <dt-bindings/clock/qcom,gcc-mdm9615.h>
    28	#include <dt-bindings/reset/qcom,gcc-mdm9615.h>
    29	
    30	#include "common.h"

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 55054 bytes --]

  reply	other threads:[~2016-06-17 15:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 10:04 [PATCH 0/3] clk: Add MDM9615 Clock Controllers driver and bindings Neil Armstrong
2016-06-17 10:04 ` [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock Controllers Neil Armstrong
2016-06-17 15:42   ` kbuild test robot [this message]
2016-06-21  1:21   ` Stephen Boyd
2016-06-23  9:05     ` Neil Armstrong
2016-06-17 10:04 ` [PATCH 2/3] dt-bindings: clock: Update bindings for MDM9615 GCC and LCC Neil Armstrong
2016-06-20 15:59   ` Rob Herring
2016-06-17 10:04 ` [PATCH 3/3] dt-bindings: Add MDM9615 DT bindings include files for " Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201606172309.OuJ1VQh8%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andy.gross@linaro.org \
    --cc=david.brown@linaro.org \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=narmstrong@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).