From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:33597 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbdFONps (ORCPT ); Thu, 15 Jun 2017 09:45:48 -0400 Date: Thu, 15 Jun 2017 15:45:42 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Geert Uytterhoeven , "kbuild-all@01.org" , Linux-Renesas , Ulf Hansson , kbuild test robot Subject: Re: [renesas:drivers-for-v4.13 3/3] drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared Message-ID: <20170615134541.GA22158@verge.net.au> References: <201706141946.RByoFGXO%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Wed, Jun 14, 2017 at 01:31:41PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Jun 14, 2017 at 1:04 PM, kbuild test robot > wrote: > > 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; > > Looks like your drivers-for-v4.13 is based on v4.11-rc1 > (renesas-fixes-for-v4.12) instead of v4.12-rc1. > Can you please rebase it? It is based on renesas-fixes-for-v4.12 because I was under the impression that the patch there is a dependency for (other) patches in renesas drivers. Is that the case? If so I think the correct (new) base would be v4.12-rc2. > Thanks! > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >