From: stefan@agner.ch (Stefan Agner)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 5/5] mfd: rn5t618: register restart handler
Date: Sat, 04 Jun 2016 19:52:38 -0700 [thread overview]
Message-ID: <7f3c252eb0cb1713a71f8a6b5f52aa93@agner.ch> (raw)
In-Reply-To: <201606050940.RZVDWPsV%fengguang.wu@intel.com>
On 2016-06-04 18:24, kbuild test robot wrote:
> Hi,
>
> [auto build test ERROR on ljones-mfd/for-mfd-next]
> [also build test ERROR on v4.7-rc1 next-20160603]
> [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/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219
> base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-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
>
> All errors (new ones prefixed by >>):
>
>>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory
> #include <asm/system_misc.h>
> ^
> compilation terminated.
>
> vim +24 drivers/mfd/rn5t618.c
>
> 18 #include <linux/mfd/rn5t618.h>
> 19 #include <linux/module.h>
> 20 #include <linux/of_device.h>
> 21 #include <linux/reboot.h>
> 22 #include <linux/regmap.h>
> 23
> > 24 #include <asm/system_misc.h>
Hm, that is an artifact of the older kernel version for which I wrote
the kernel first where this was required. Will remove this in v2.
--
Stefan
> 25
> 26 static const struct mfd_cell rn5t618_cells[] = {
> 27 { .name = "rn5t618-regulator" },
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
next prev parent reply other threads:[~2016-06-05 2:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-05 0:17 [PATCH 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-05 0:17 ` [PATCH 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner
2016-06-29 18:05 ` Applied "ARM: dts: meson: minix-neo-x8: define PMIC as power controller" to the regulator tree Mark Brown
2016-06-05 0:17 ` [PATCH 2/5] mfd: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-05 0:17 ` [PATCH 3/5] regulator: rn5t618: Add " Stefan Agner
2016-06-29 18:05 ` Applied "regulator: rn5t618: Add RN5T567 PMIC support" to the regulator tree Mark Brown
2016-06-05 0:17 ` [PATCH 3/5] regulator: rn5t618: add RN5T567 PMIC support Stefan Agner
2016-06-06 17:35 ` Mark Brown
2016-06-06 17:47 ` Stefan Agner
2016-06-06 18:04 ` Mark Brown
2016-06-05 0:17 ` [PATCH 4/5] mfd: rn5t618: register power off callback optionally Stefan Agner
2016-06-05 0:17 ` [PATCH 5/5] mfd: rn5t618: register restart handler Stefan Agner
2016-06-05 1:24 ` kbuild test robot
2016-06-05 2:52 ` Stefan Agner [this message]
2016-06-06 13:25 ` Marcel Ziswiler
2016-06-06 17:19 ` Stefan Agner
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=7f3c252eb0cb1713a71f8a6b5f52aa93@agner.ch \
--to=stefan@agner.ch \
--cc=linus-amlogic@lists.infradead.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).