> -----Original Message----- > From: Scott Wood > Sent: Saturday, March 19, 2016 6:55 AM > To: Yangbo Lu; devicet...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; linux-kernel@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; linux-...@vger.kernel.org; linux- > i...@vger.kernel.org; io...@lists.linux-foundation.org; > net...@vger.kernel.org; linux-...@vger.kernel.org > Cc: Rob Herring; Russell King; Jochen Friedrich; Joerg Roedel; Claudiu > Manoil; ulf.hans...@linaro.org; Bhupesh Sharma; Zhao Qiang; Kumar Gala; > Santosh Shilimkar; Yang-Leo Li; Xiaobo Xie > Subject: Re: [v6, 2/5] soc: fsl: add GUTS driver for QorIQ platforms > > On 03/09/2016 04:18 AM, Yangbo Lu wrote: > > +#ifdef CONFIG_FSL_GUTS > > +u32 fsl_guts_get_svr(void); > > +int fsl_guts_init(void); > > +#endif > > Don't ifdef prototypes (when not providing a stub alternative). > > -Scott
[Lu Yangbo-B47093] Ok, will remove the ifdef. Thank you very much.