On Wed, Nov 06, 2019 at 11:21:47AM +0100, Ahmad Fatoum wrote: > > +#ifdef CONFIG_ARM_PSCI_CLIENT > +int psci_invoke(ulong function, ulong arg0, ulong arg1, ulong arg2, > + ulong *result); > + > +int psci_get_version(void); > +#else > +int psci_invoke(ulong function, ulong arg0, ulong arg1, ulong arg2, > + ulong *result) > +{ > + return -ENOSYS; > +} Added missing "static inline" here > + > +int psci_get_version(void) > +{ > + return -ENOSYS; > +} and here. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox