[U-Boot] [PATCH 1/4] arm: omap: abb: add missing include
menon.nishanth at gmail.com
menon.nishanth at gmail.com
Mon Dec 9 16:57:57 CET 2013
On Sun, Dec 8, 2013 at 6:29 AM, Nikita Kiryanov <nikita at compulab.co.il> wrote:
> ABB code uses LDELAY but does not include the header that provides its
> definition.
>
> Include the header.
>
> Cc: Tom Rini <trini at ti.com>
> Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
Acked-by: Nishanth Menon <nm at ti.com>
> ---
> arch/arm/cpu/armv7/omap-common/abb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/cpu/armv7/omap-common/abb.c b/arch/arm/cpu/armv7/omap-common/abb.c
> index a46783f..423aeb9 100644
> --- a/arch/arm/cpu/armv7/omap-common/abb.c
> +++ b/arch/arm/cpu/armv7/omap-common/abb.c
> @@ -11,6 +11,7 @@
>
> #include <common.h>
> #include <asm/omap_common.h>
> +#include <asm/arch/clock.h>
> #include <asm/io.h>
> #include <asm/arch/sys_proto.h>
>
> --
> 1.8.1.2
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
More information about the U-Boot
mailing list