From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Sat, 23 Jan 2021 16:50:09 +0100 (CET) Subject: [PATCH] w1: mxc: fix build In-Reply-To: <1610533292-4478-1-git-send-email-martin.fuzzey@flowbird.group> Message-ID: <20210123155009.02FE28285A@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Now that header files no longer include common.h it must be included > first. > Otherwise the build fails with errors like > include/asm/arch/clock.h:43:1: error: unknown type name 'u32' > u32 imx_get_uartclk(void); > Fixes: c3dc39a2f85b ("arm: Don't include common.h in header files") > Signed-off-by: Martin Fuzzey > Reviewed-by: Simon Glass Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================