Re: [U-Boot] [PATCH 05/12] microblaze: intc: Coding style cleanup

2012-07-10 Thread Michal Simek
On 07/09/2012 11:23 PM, Simon Glass wrote: On Mon, Jul 9, 2012 at 2:20 AM, Michal Simek mailto:mon...@monstr.eu>> wrote: Just coding style cleanup. Remove unneeded externs. Signed-off-by: Michal Simek mailto:mon...@monstr.eu>> Acked-by: Simon Glass mailto:s...@chromium.org>> It

Re: [U-Boot] [PATCH 05/12] microblaze: intc: Coding style cleanup

2012-07-09 Thread Simon Glass
On Mon, Jul 9, 2012 at 2:20 AM, Michal Simek wrote: > Just coding style cleanup. > Remove unneeded externs. > > Signed-off-by: Michal Simek > Acked-by: Simon Glass > --- > arch/microblaze/cpu/interrupts.c | 26 +- > 1 files changed, 13 insertions(+), 13 deletions(-

[U-Boot] [PATCH 05/12] microblaze: intc: Coding style cleanup

2012-07-09 Thread Michal Simek
Just coding style cleanup. Remove unneeded externs. Signed-off-by: Michal Simek --- arch/microblaze/cpu/interrupts.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/microblaze/cpu/interrupts.c b/arch/microblaze/cpu/interrupts.c index 871ce