linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: eajames.ibm@gmail.com
Cc: kbuild-all@01.org, linux@roeck-us.net,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
	jdelvare@suse.com, corbet@lwn.net, mark.rutland@arm.com,
	robh+dt@kernel.org, =wsa@the-dreams.de, andrew@aj.id.au,
	joel@jms.id.au, benh@kernel.crashing.org,
	"Edward A. James" <eajames@us.ibm.com>
Subject: Re: [PATCH linux v4 1/6] hwmon: Add core On-Chip Controller support for POWER CPUs
Date: Fri, 27 Jan 2017 17:36:50 +0800	[thread overview]
Message-ID: <201701271738.bha8DFh4%fengguang.wu@intel.com> (raw)
In-Reply-To: <1485472758-11003-2-git-send-email-eajames.ibm@gmail.com>

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

Hi Edward,

[auto build test ERROR on hwmon/hwmon-next]
[also build test ERROR on v4.10-rc5 next-20170125]
[cannot apply to linux/master]
[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/eajames-ibm-gmail-com/drivers-hwmon-Add-On-Chip-Controller-drive/20170127-073116
base:   https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
config: openrisc-allmodconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   drivers/hwmon/occ/occ.c:433:1: error: 'occ_get_sensor_value' undeclared here (not in a function)
>> drivers/hwmon/occ/occ.c:433:1: error: type defaults to 'int' in declaration of 'occ_get_sensor_value'

vim +433 drivers/hwmon/occ/occ.c

   427	
   428	int occ_get_sensor_field(struct occ *occ, int sensor_type, int sensor_num,
   429				 u32 hwmon, long *val)
   430	{
   431		return occ->ops.get_sensor(occ, sensor_type, sensor_num, hwmon, val);
   432	}
 > 433	EXPORT_SYMBOL(occ_get_sensor_value);
   434	
   435	void occ_get_response_blocks(struct occ *occ, struct occ_blocks **blocks)
   436	{

---
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: 39969 bytes --]

  parent reply	other threads:[~2017-01-27  9:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 23:19 [PATCH linux v4 0/6] drivers: hwmon: Add On-Chip Controller drive eajames.ibm
2017-01-26 23:19 ` [PATCH linux v4 1/6] hwmon: Add core On-Chip Controller support for POWER CPUs eajames.ibm
2017-01-27  2:13   ` kbuild test robot
2017-01-27  9:36   ` kbuild test robot [this message]
2017-01-29 19:29   ` Guenter Roeck
2017-01-26 23:19 ` [PATCH linux v4 2/6] hwmon: occ: Add sysfs interface eajames.ibm
2017-01-29 19:50   ` Guenter Roeck
2017-01-26 23:19 ` [PATCH linux v4 3/6] hwmon: occ: Add I2C transport implementation for SCOM operations eajames.ibm
2017-01-26 23:19 ` [PATCH linux v4 4/6] hwmon: occ: Add callbacks for parsing P8 OCC datastructures eajames.ibm
2017-01-26 23:19 ` [PATCH linux v4 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC eajames.ibm
2017-01-26 23:19 ` [PATCH linux v4 6/6] hwmon: occ: Add callbacks for parsing P9 OCC datastructures eajames.ibm

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=201701271738.bha8DFh4%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc==wsa@the-dreams.de \
    --cc=andrew@aj.id.au \
    --cc=benh@kernel.crashing.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=eajames.ibm@gmail.com \
    --cc=eajames@us.ibm.com \
    --cc=jdelvare@suse.com \
    --cc=joel@jms.id.au \
    --cc=kbuild-all@01.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --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;
as well as URLs for NNTP newsgroup(s).