* [android-common:android17-6.18 2/2] drivers/irqchip/irq-gic-v3.c:1585:12: warning: 'gic_v3_suspend' defined but not used
@ 2026-03-25 23:06 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-03-25 23:06 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android17-6.18
head: 7460d0ea2f7ab15f3a2e761eb7364b19541237c4
commit: b4b436ca33c0900359df8643d5c0b27c35954f30 [2/2] ANDROID: irqchip/irq-gic-v3: Add vendor hook for gic suspend
config: arm64-allnoconfig (https://download.01.org/0day-ci/archive/20260326/202603260648.ZeVowORd-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260326/202603260648.ZeVowORd-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/202603260648.ZeVowORd-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/irqchip/irq-gic-v3.c:1585:12: warning: 'gic_v3_suspend' defined but not used [-Wunused-function]
1585 | static int gic_v3_suspend(void) { return 0; }
| ^~~~~~~~~~~~~~
vim +/gic_v3_suspend +1585 drivers/irqchip/irq-gic-v3.c
1582
1583 #else
1584 static inline void gic_syscore_init(void) { }
> 1585 static int gic_v3_suspend(void) { return 0; }
1586 #endif /* CONFIG_PM */
1587
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-25 23:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 23:06 [android-common:android17-6.18 2/2] drivers/irqchip/irq-gic-v3.c:1585:12: warning: 'gic_v3_suspend' defined but not used 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.