All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/hwmon/pmbus/fsp-3y.c:221:26: error: use of undeclared identifier 'pmbus_id'
@ 2021-04-09  6:49 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-04-09  6:49 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20210409-093123/V-clav-Kubern-t/hwmon-Add-driver-for-fsp-3y-PSUs-and-PDUs/20210329-224216
head:   a2399dc913380b2a13dbc197f346f64aa5229f6e
commit: a2399dc913380b2a13dbc197f346f64aa5229f6e hwmon: Add driver for fsp-3y PSUs and PDUs
date:   5 hours ago
config: arm64-randconfig-r001-20210409 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dd453a1389b6a7e6d9214b449d3c54981b1a89b6)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/a2399dc913380b2a13dbc197f346f64aa5229f6e
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review UPDATE-20210409-093123/V-clav-Kubern-t/hwmon-Add-driver-for-fsp-3y-PSUs-and-PDUs/20210329-224216
        git checkout a2399dc913380b2a13dbc197f346f64aa5229f6e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/hwmon/pmbus/fsp-3y.c:221:26: error: use of undeclared identifier 'pmbus_id'
   MODULE_DEVICE_TABLE(i2c, pmbus_id);
                            ^
   1 error generated.


vim +/pmbus_id +221 drivers/hwmon/pmbus/fsp-3y.c

   220	
 > 221	MODULE_DEVICE_TABLE(i2c, pmbus_id);
   222	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 37085 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-09  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  6:49 drivers/hwmon/pmbus/fsp-3y.c:221:26: error: use of undeclared identifier 'pmbus_id' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.