Hi Andreas, On 23-04-20, Andreas Kemnade wrote: > Fix > include/mach/imx/bbu.h:208:1: error: expected identifier or ‘(’ before ‘{’ token argh.. thanks a lot. > Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> Reviewed-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > --- > include/mach/imx/bbu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/mach/imx/bbu.h b/include/mach/imx/bbu.h > index 451ae15740..50657d9895 100644 > --- a/include/mach/imx/bbu.h > +++ b/include/mach/imx/bbu.h > @@ -204,7 +204,7 @@ imx7_bbu_internal_spi_i2c_register_handler(const char *name, char *devicefile, > > static inline int > imx8m_bbu_internal_flexspi_nor_register_handler(const char *name, const char *devicefile, > - unsigned long flags); > + unsigned long flags) > { > return -ENOSYS; > } > -- > 2.39.2 > > >