Skip to content
Snippets Groups Projects
Commit 45a25bfd authored by TsiChung Liew's avatar TsiChung Liew Committed by John Rigby
Browse files

Update header file and clean up


Include immap.h

Signed-off-by: default avatarTsiChungLiew <Tsi-Chung.Liew@freescale.com>
parent 0cee9c66
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* (C) Copyright 2000-2004 * (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
* *
* (C) Copyright 2007 * (C) Copyright 2007 Freescale Semiconductor Inc
* TsiChung Liew (Tsi-Chung.Liew@freescale.com) * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include <common.h> #include <common.h>
#include <watchdog.h> #include <watchdog.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/immap.h>
#ifdef CONFIG_MCFINTC
#define NR_IRQS (CFG_NUM_IRQS) #define NR_IRQS (CFG_NUM_IRQS)
/* /*
...@@ -115,4 +115,3 @@ void int_handler (struct pt_regs *fp) ...@@ -115,4 +115,3 @@ void int_handler (struct pt_regs *fp)
printf ("\nBogus External Interrupt Vector %d\n", vec); printf ("\nBogus External Interrupt Vector %d\n", vec);
} }
} }
#endif /* CONFIG_MCFINTC */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment