All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [freescale-fslc:5.15-2.2.x-imx 3312/29983] drivers/irqchip/irq-imx-irqsteer.c:385:21: error: use of undeclared identifier 'imx_irqsteer_runtime_suspend'; did you mean 'pm_generic_runtime_suspend'?
Date: Mon, 29 Apr 2024 16:49:45 +0800	[thread overview]
Message-ID: <202404291617.h9A9nnYz-lkp@intel.com> (raw)

tree:   https://github.com/Freescale/linux-fslc 5.15-2.2.x-imx
head:   5134e031114e613cb04858e248af5e65fe1e112f
commit: 5e46c8d4031866e0084fcdeb68ca1998f158aa9d [3312/29983] MLK-17290-01 irqchip: imx-irqsteer: add runtime pm support
config: i386-buildonly-randconfig-002-20240429 (https://download.01.org/0day-ci/archive/20240429/202404291617.h9A9nnYz-lkp@intel.com/config)
compiler: clang version 18.1.4 (https://github.com/llvm/llvm-project e6c3289804a67ea0bb6a86fadbe454dd93b8d855)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240429/202404291617.h9A9nnYz-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404291617.h9A9nnYz-lkp@intel.com/

All errors (new ones prefixed by >>):

   drivers/irqchip/irq-imx-irqsteer.c:193:27: error: use of undeclared identifier 'irqsteer_data'
     193 |         ret = clk_prepare_enable(irqsteer_data->ipg_clk);
         |                                  ^
>> drivers/irqchip/irq-imx-irqsteer.c:385:21: error: use of undeclared identifier 'imx_irqsteer_runtime_suspend'; did you mean 'pm_generic_runtime_suspend'?
     385 |         SET_RUNTIME_PM_OPS(imx_irqsteer_runtime_suspend,
         |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                            pm_generic_runtime_suspend
   include/linux/pm.h:341:21: note: expanded from macro 'SET_RUNTIME_PM_OPS'
     341 |         .runtime_suspend = suspend_fn, \
         |                            ^
   include/linux/pm_runtime.h:33:12: note: 'pm_generic_runtime_suspend' declared here
      33 | extern int pm_generic_runtime_suspend(struct device *dev);
         |            ^
>> drivers/irqchip/irq-imx-irqsteer.c:386:7: error: use of undeclared identifier 'imx_irqsteer_runtime_resume'
     386 |                            imx_irqsteer_runtime_resume, NULL)
         |                            ^
   3 errors generated.


vim +385 drivers/irqchip/irq-imx-irqsteer.c

   381	
   382	static const struct dev_pm_ops imx_irqsteer_pm_ops = {
   383		SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
   384					      pm_runtime_force_resume)
 > 385		SET_RUNTIME_PM_OPS(imx_irqsteer_runtime_suspend,
 > 386				   imx_irqsteer_runtime_resume, NULL)
   387	};
   388	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-04-29  8:50 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=202404291617.h9A9nnYz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=otavio@ossystems.com.br \
    /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.