From: TsiChungLiew Date: Fri, 6 Jul 2007 04:27:40 +0000 (-0500) Subject: Update header file and clean up X-Git-Tag: v2008.10-rc1~874^2~40^2~2^2~17^2~12^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45a25bfd0c52f8a3fa137216bc94d32f90bedc5d;p=platform%2Fkernel%2Fu-boot.git Update header file and clean up Include immap.h Signed-off-by: TsiChungLiew --- diff --git a/lib_m68k/interrupts.c b/lib_m68k/interrupts.c index 6b3ce89..8919c0e 100644 --- a/lib_m68k/interrupts.c +++ b/lib_m68k/interrupts.c @@ -2,7 +2,7 @@ * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * (C) Copyright 2007 + * (C) Copyright 2007 Freescale Semiconductor Inc * TsiChung Liew (Tsi-Chung.Liew@freescale.com) * * See file CREDITS for list of people who contributed to this @@ -27,8 +27,8 @@ #include #include #include +#include -#ifdef CONFIG_MCFINTC #define NR_IRQS (CFG_NUM_IRQS) /* @@ -115,4 +115,3 @@ void int_handler (struct pt_regs *fp) printf ("\nBogus External Interrupt Vector %d\n", vec); } } -#endif /* CONFIG_MCFINTC */ \ No newline at end of file