[PATCH] ARM: i.MX: bbu: fix compilation without CONFIG_BAREBOX_UPDATE
Sascha Hauer
sha at pengutronix.de
Tue May 2 04:48:38 PDT 2023
On Thu, Apr 20, 2023 at 09:52:55PM +0200, Andreas Kemnade wrote:
> Fix
> include/mach/imx/bbu.h:208:1: error: expected identifier or ‘(’ before ‘{’ token
>
> Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
> ---
> include/mach/imx/bbu.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> 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
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list