All of lore.kernel.org
 help / color / mirror / Atom feed
* [renesas:drivers-for-v4.13 3/3] drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared
@ 2017-06-14 11:04 kbuild test robot
  2017-06-14 11:31 ` Geert Uytterhoeven
  0 siblings, 1 reply; 9+ messages in thread
From: kbuild test robot @ 2017-06-14 11:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: kbuild-all, linux-renesas-soc, Simon Horman, Ulf Hansson

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git drivers-for-v4.13
head:   895c7e91d84c0f0e207ad909482ed70b5f3c806f
commit: 895c7e91d84c0f0e207ad909482ed70b5f3c806f [3/3] soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 895c7e91d84c0f0e207ad909482ed70b5f3c806f
        # save the attached .config to linux build tree
        make.cross ARCH=ia64 

All errors (new ones prefixed by >>):

   drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_setup':
>> drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared (first use in this function)
      genpd->flags |= GENPD_FLAG_ALWAYS_ON;
                      ^~~~~~~~~~~~~~~~~~~~
   drivers/soc/renesas/rcar-sysc.c:209:19: note: each undeclared identifier is reported only once for each function it appears in

vim +/GENPD_FLAG_ALWAYS_ON +209 drivers/soc/renesas/rcar-sysc.c

   203		if (pd->flags & PD_CPU) {
   204			/*
   205			 * This domain contains a CPU core and therefore it should
   206			 * only be turned off if the CPU is not in use.
   207			 */
   208			pr_debug("PM domain %s contains %s\n", name, "CPU");
 > 209			genpd->flags |= GENPD_FLAG_ALWAYS_ON;
   210		} else if (pd->flags & PD_SCU) {
   211			/*
   212			 * This domain contains an SCU and cache-controller, and

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-06-16  7:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 11:04 [renesas:drivers-for-v4.13 3/3] drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared kbuild test robot
2017-06-14 11:31 ` Geert Uytterhoeven
2017-06-15 13:45   ` Simon Horman
2017-06-15 14:08     ` Geert Uytterhoeven
2017-06-15 14:20       ` Simon Horman
2017-06-15 14:31         ` Geert Uytterhoeven
2017-06-15 18:52           ` Simon Horman
2017-06-15 19:15             ` Simon Horman
2017-06-16  7:05               ` Geert Uytterhoeven

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.