u-boot-brain/drivers/w1
Martin Fuzzey 3f832699ff w1: mxc: fix build
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: c3dc39a2f8 ("arm: Don't include common.h in header files")

Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-01-23 11:30:31 +01:00
..
Kconfig w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
Makefile w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
mxc_w1.c w1: mxc: fix build 2021-01-23 11:30:31 +01:00
w1-gpio.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
w1-uclass.c dm: treewide: Rename 'platdata' variables to just 'plat' 2020-12-13 16:51:08 -07:00