From: Bryan O'Donoghue Date: Mon, 26 Mar 2018 14:27:32 +0000 (+0100) Subject: imx: mx7: Fix CONFIG_SERIAL_TAG compilation X-Git-Tag: v2018.05-rc2~9^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca83182226d2300722ebbb44e8f291678606b568;p=u-boot imx: mx7: Fix CONFIG_SERIAL_TAG compilation Currently when we define CONFIG_SERIAL_TAG we will barf with a failure to define "struct tag_serialnr". This structure is defined in , this patch includes to fix. Signed-off-by: Bryan O'Donoghue Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Reviewed-by: Fabio Estevam --- diff --git a/arch/arm/mach-imx/mx7/soc.c b/arch/arm/mach-imx/mx7/soc.c index d349676b81..1602585564 100644 --- a/arch/arm/mach-imx/mx7/soc.c +++ b/arch/arm/mach-imx/mx7/soc.c @@ -18,6 +18,7 @@ #include #include #include +#include #if defined(CONFIG_IMX_THERMAL) static const struct imx_thermal_plat imx7_thermal_plat = {