]> git.baikalelectronics.ru Git - kernel.git/commit
sh/kernel/cpu/irq/intc-sh5.c build fix
authorAdrian Bunk <bunk@kernel.org>
Thu, 29 May 2008 22:04:49 +0000 (01:04 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 2 Jun 2008 03:29:07 +0000 (12:29 +0900)
commita78cbd5d497fd41b3c80da33b8a1dc5587776945
tree88022248bfa604bc8cd465e95adf5a61e4ca489f
parentdabe7d009a9be05ac0f2a7fc1f1079ea3036850e
sh/kernel/cpu/irq/intc-sh5.c build fix

This patch fixes the following build error caused by
commit 0a6388692b0ab35408b092f8f4723cc2e9d8cd62
(sh: intc_sh5 depends on cayman board for IRQ priority table.):

<--  snip  -->

...
  CC      arch/sh/kernel/cpu/irq/intc-sh5.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/kernel/cpu/irq/intc-sh5.c: In function 'plat_irq_setup':
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/kernel/cpu/irq/intc-sh5.c:257: error: expected declaration or statement at end of input
make[4]: *** [arch/sh/kernel/cpu/irq/intc-sh5.o] Error 1

<--  snip  -->

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/irq/intc-sh5.c