From: kbuild test robot <lkp@intel.com>
To: Eddie James <eajames@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
gregkh@linuxfoundation.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
bradleyb@fuzziesquirrel.com, jk@ozlabs.org,
cbostic@linux.vnet.ibm.com, joel@jms.id.au, andrew@aj.id.au,
eajames@linux.vnet.ibm.com,
"Edward A. James" <eajames@us.ibm.com>
Subject: Re: [PATCH linux 2/4] drivers/fsi/sbefifo: Add in-kernel API
Date: Sat, 24 Jun 2017 19:17:49 +0800 [thread overview]
Message-ID: <201706241951.SsxpBy3B%fengguang.wu@intel.com> (raw)
In-Reply-To: <1498073881-3207-3-git-send-email-eajames@linux.vnet.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]
Hi Edward,
[auto build test ERROR on next-20170619]
[cannot apply to linux/master linus/master robh/for-next v4.12-rc6 v4.12-rc5 v4.12-rc4 v4.12-rc6]
[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/Eddie-James/drivers-fsi-Add-SBEFIFO-and-OCC-drivers/20170623-160949
config: i386-randconfig-n0-06241643 (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//fsi/fsi-sbefifo.c: In function 'sbefifo_unregister_child':
>> drivers//fsi/fsi-sbefifo.c:775:2: error: implicit declaration of function 'of_device_unregister' [-Werror=implicit-function-declaration]
of_device_unregister(child);
^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/of_device_unregister +775 drivers//fsi/fsi-sbefifo.c
769 EXPORT_SYMBOL_GPL(sbefifo_drv_release);
770
771 static int sbefifo_unregister_child(struct device *dev, void *data)
772 {
773 struct platform_device *child = to_platform_device(dev);
774
> 775 of_device_unregister(child);
776 if (dev->of_node)
777 of_node_clear_flag(dev->of_node, OF_POPULATED);
778
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28854 bytes --]
next prev parent reply other threads:[~2017-06-24 11:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-21 19:37 [PATCH linux 0/4] drivers/fsi: Add SBEFIFO and OCC drivers Eddie James
2017-06-21 19:37 ` [PATCH linux 1/4] drivers/fsi: Add SBEFIFO FSI client device driver Eddie James
2017-06-21 19:37 ` [PATCH linux 2/4] drivers/fsi/sbefifo: Add in-kernel API Eddie James
2017-06-24 11:17 ` kbuild test robot [this message]
2017-06-21 19:38 ` [PATCH linux 3/4] drivers/fsi: Add On-Chip Controller (OCC) driver Eddie James
2017-06-23 9:10 ` kbuild test robot
2017-06-21 19:38 ` [PATCH linux 4/4] drivers/fsi/occ: Add in-kernel API Eddie James
2017-06-24 12:12 ` kbuild test robot
2017-06-26 18:35 ` Rob Herring
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=201706241951.SsxpBy3B%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andrew@aj.id.au \
--cc=bradleyb@fuzziesquirrel.com \
--cc=cbostic@linux.vnet.ibm.com \
--cc=devicetree@vger.kernel.org \
--cc=eajames@linux.vnet.ibm.com \
--cc=eajames@us.ibm.com \
--cc=gregkh@linuxfoundation.org \
--cc=jk@ozlabs.org \
--cc=joel@jms.id.au \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.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
all inboxes | Powered by JetHome®