| 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:  | ||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mxc_w1.c | ||
| w1-gpio.c | ||
| w1-uclass.c | ||