Skip to content
Snippets Groups Projects
Commit d598e0fe authored by Allen Martin's avatar Allen Martin Committed by Tom Warren
Browse files

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: default avatarAllen Martin <amartin@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 0f899802
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* MA 02111-1307 USA * MA 02111-1307 USA
*/ */
#include <common.h>
#ifdef CONFIG_USE_IRQ #ifdef CONFIG_USE_IRQ
void do_irq (struct pt_regs *pt_regs) void do_irq (struct pt_regs *pt_regs)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment