[v6, 2/5] soc: fsl: add GUTS driver for QorIQ platforms

Scott Wood scott.wood at nxp.com
Sat Mar 19 09:54:46 AEDT 2016


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



More information about the Linuxppc-dev mailing list