diff options
author | Allen Martin <amartin@nvidia.com> | 2012-10-29 10:47:43 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2012-10-29 14:04:26 -0700 |
commit | d598e0fe739e5a75db74cc144beabd09e3c51433 (patch) | |
tree | 9f8aa1e0cd08665ed29e1704f4a11f2c07d9c7e0 /arch/arm | |
parent | 0f8998022294ea744b5e2db0faacb96cddba2018 (diff) | |
download | u-boot-imx-d598e0fe739e5a75db74cc144beabd09e3c51433.zip u-boot-imx-d598e0fe739e5a75db74cc144beabd09e3c51433.tar.gz u-boot-imx-d598e0fe739e5a75db74cc144beabd09e3c51433.tar.bz2 |
arm720t: add back common.h include
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/arm720t/interrupts.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |