[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201602020445.toAbYwJR%fengguang.wu@intel.com>
Date: Tue, 2 Feb 2016 04:24:43 +0800
From: kbuild test robot <lkp@...el.com>
To: Noam Camus <noamc@...hip.com>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
linux-snps-arc@...ts.infradead.org, cmetcalf@...hip.com,
talz@...hip.com, giladb@...hip.com, Noam Camus <noamc@...hip.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
John Stultz <john.stultz@...aro.org>
Subject: Re: [PATCH 1/2] clocksource: Add NPS400 timers driver
Hi Noam,
[auto build test ERROR on tip/irq/core]
[also build test ERROR on v4.5-rc2 next-20160201]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Noam-Camus/clocksource-Add-NPS400-timers-driver/20160202-032620
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/clocksource/timer-nps.c:24:28: fatal error: soc/nps/common.h: No such file or directory
compilation terminated.
vim +24 drivers/clocksource/timer-nps.c
18 #include <linux/clocksource.h>
19 #include <linux/clockchips.h>
20 #include <linux/clk.h>
21 #include <linux/of.h>
22 #include <linux/of_irq.h>
23 #include <linux/cpu.h>
> 24 #include <soc/nps/common.h>
25
26 #define NPS_MSU_TICK_LOW 0xC8
27 #define NPS_CLUSTER_OFFSET 8
---
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/octet-stream" (52576 bytes)
Powered by blists - more mailing lists