[U-Boot] [PATCH] arm720t: add back common.h include

Allen Martin amartin at nvidia.com
Mon Oct 29 21:47:43 CET 2012


Add back common.h header that was removed in previous patch so that
CONFIG_TEGRA can be evaluated correctly.

Signed-off-by: Allen Martin <amartin at nvidia.com>
---
 arch/arm/cpu/arm720t/interrupts.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/cpu/arm720t/interrupts.c b/arch/arm/cpu/arm720t/interrupts.c
index 8e763b7..623a24b 100644
--- a/arch/arm/cpu/arm720t/interrupts.c
+++ b/arch/arm/cpu/arm720t/interrupts.c
@@ -26,6 +26,8 @@
  * MA 02111-1307 USA
  */
 
+#include <common.h>
+
 #ifdef CONFIG_USE_IRQ
 void do_irq (struct pt_regs *pt_regs)
 {
-- 
1.7.10.4



More information about the U-Boot mailing list