From f80453f0bf8c022c24fc212c5590ff2c763e1e63 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Aug 2008 03:41:17 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * irq/irq.c, irq/irq_init.c, startup/bspstart.c: Add missing prototypes. --- c/src/lib/libbsp/powerpc/haleakala/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog index d16265e21a..2097384c51 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog +++ b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @@ -1,3 +1,8 @@ +2008-08-20 Ralf Corsépius + + * irq/irq.c, irq/irq_init.c, startup/bspstart.c: + Add missing prototypes. + 2008-07-31 Joel Sherrill * Makefile.am: Do not build .rel files. Reduces code bloat.