From 0ad327f8d0811da6725296d881ce2f3335462c93 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 8 Jun 2013 11:05:50 +0800 Subject: ENGR00266276 i.mx6qarm2:should include the asm/arch/mx6-pins.h We need include asm/arch/mx6-pins.h now Signed-off-by: Jason Liu --- board/freescale/mx6qarm2/mx6qarm2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx6qarm2/mx6qarm2.c b/board/freescale/mx6qarm2/mx6qarm2.c index ff7f5e8..526b36b 100644 --- a/board/freescale/mx6qarm2/mx6qarm2.c +++ b/board/freescale/mx6qarm2/mx6qarm2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2013 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. @@ -23,7 +23,8 @@ #include #include #include -#include +#include +#include #include #include #include -- cgit v1.1