CRISv32: irq.c - Move end brace outside #endif
authorJesper Nilsson <jesper.nilsson@axis.com>
Wed, 10 Jun 2009 09:45:47 +0000 (11:45 +0200)
committerJesper Nilsson <jesper.nilsson@axis.com>
Thu, 11 Jun 2009 17:40:56 +0000 (19:40 +0200)
commit768c31495abe49227a96261b5aa19f34b30882b1
tree0b7ecaf5f5f8e53862a2783a6d7d9de184bb1308
parent91a120d03fd901fc8b95e85af7903358c5862d65
CRISv32: irq.c - Move end brace outside #endif

The end brace for a larger for statement was placed inside the #else
part of #ifdef TIMER_VECT1. However, for all current chips, the
define TIMER_VECT1 is always unset, and the error was never triggered.

Move the brace down below the #endif.

Fixes:
http://bugzilla.kernel.org/show_bug.cgi?id=13476

Reported-by: Martin Ettl <ettl.martin@gmx.de>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Mikael Starvik <mikael.starvik@axis.com>
arch/cris/arch-v32/kernel/irq.c