]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm720t: add back common.h include
authorAllen Martin <amartin@nvidia.com>
Mon, 29 Oct 2012 10:47:43 +0000 (10:47 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 21:04:26 +0000 (14:04 -0700)
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@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/arm720t/interrupts.c

index 8e763b778845b1c1491f68ebd2e161239ed96072..623a24b65175cfda34afd305ff1858dfb95f90ba 100644 (file)
@@ -26,6 +26,8 @@
  * MA 02111-1307 USA
  */
 
+#include <common.h>
+
 #ifdef CONFIG_USE_IRQ
 void do_irq (struct pt_regs *pt_regs)
 {