All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android-3.18 22/27] drivers/input/keyboard/imx_keypad.c:587:2: error: implicit declaration of function 'SET_NOIRQ_SYSTEM_SLEEP_PM_OPS'
@ 2019-11-08 15:04 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-11-08 15:04 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://android.googlesource.com/kernel/common android-3.18
head:   04fa3799139a1a03adcc43c9b50de3205a41f7d6
commit: 6362d7a43f6bceac4e6cf30b39c6c6d6642db25c [22/27] Input: imx_keypad - make sure keyboard can always wake up system
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 5.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 6362d7a43f6bceac4e6cf30b39c6c6d6642db25c
        # save the attached .config to linux build tree
        GCC_VERSION=5.5.0 make.cross ARCH=arm 

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

All errors (new ones prefixed by >>):

>> drivers/input/keyboard/imx_keypad.c:587:2: error: implicit declaration of function 'SET_NOIRQ_SYSTEM_SLEEP_PM_OPS' [-Werror=implicit-function-declaration]
     SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(imx_kbd_noirq_suspend, imx_kbd_noirq_resume)
     ^
>> drivers/input/keyboard/imx_keypad.c:587:2: error: initializer element is not constant
   drivers/input/keyboard/imx_keypad.c:587:2: note: (near initialization for 'imx_kbd_pm_ops.prepare')
   cc1: some warnings being treated as errors

vim +/SET_NOIRQ_SYSTEM_SLEEP_PM_OPS +587 drivers/input/keyboard/imx_keypad.c

   585	
   586	static const struct dev_pm_ops imx_kbd_pm_ops = {
 > 587		SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(imx_kbd_noirq_suspend, imx_kbd_noirq_resume)
   588	};
   589	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

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

only message in thread, other threads:[~2019-11-08 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 15:04 [android-common:android-3.18 22/27] drivers/input/keyboard/imx_keypad.c:587:2: error: implicit declaration of function 'SET_NOIRQ_SYSTEM_SLEEP_PM_OPS' kbuild 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.