All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [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'
Date: Mon, 07 Jun 2021 03:17:30 +0800	[thread overview]
Message-ID: <202106070328.V4ffIBGS-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-06-06 19:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202106070328.V4ffIBGS-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.