* [sashal-linux-stable:queue-4.19 16/16] drivers/i2c/busses/i2c-qcom-geni.c:677:2: error: implicit declaration of function 'i2c_mark_adapter_resumed'
@ 2021-06-06 19:17 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-06 19:17 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2344 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-4.19
head: 6faf9265b490303a0e03ff6a6850b5decfaca631
commit: 6faf9265b490303a0e03ff6a6850b5decfaca631 [16/16] i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops
config: sparc-allyesconfig (attached as .config)
compiler: sparc64-linux-gcc (GCC) 9.3.0
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
# https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/commit/?id=6faf9265b490303a0e03ff6a6850b5decfaca631
git remote add sashal-linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
git fetch --no-tags sashal-linux-stable queue-4.19
git checkout 6faf9265b490303a0e03ff6a6850b5decfaca631
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sparc
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/i2c/busses/i2c-qcom-geni.c: In function 'geni_i2c_shutdown':
drivers/i2c/busses/i2c-qcom-geni.c:623:2: error: implicit declaration of function 'i2c_mark_adapter_suspended' [-Werror=implicit-function-declaration]
623 | i2c_mark_adapter_suspended(&gi2c->adap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/i2c/busses/i2c-qcom-geni.c: In function 'geni_i2c_resume_noirq':
>> drivers/i2c/busses/i2c-qcom-geni.c:677:2: error: implicit declaration of function 'i2c_mark_adapter_resumed' [-Werror=implicit-function-declaration]
677 | i2c_mark_adapter_resumed(&gi2c->adap);
| ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/i2c_mark_adapter_resumed +677 drivers/i2c/busses/i2c-qcom-geni.c
672
673 static int __maybe_unused geni_i2c_resume_noirq(struct device *dev)
674 {
675 struct geni_i2c_dev *gi2c = dev_get_drvdata(dev);
676
> 677 i2c_mark_adapter_resumed(&gi2c->adap);
678 return 0;
679 }
680
---
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: 55367 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-06 19:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06 19:17 [sashal-linux-stable:queue-4.19 16/16] drivers/i2c/busses/i2c-qcom-geni.c:677:2: error: implicit declaration of function 'i2c_mark_adapter_resumed' 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.