]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix dreamcast build for IRQ changes.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2007 06:10:04 +0000 (15:10 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2007 06:10:04 +0000 (15:10 +0900)
commit2602ec6c9d9a73fb4b263eaef2bd98c86925958a
tree9ba26110d9e411582d102d44584a955b0a79a984
parent0ae9afb415a3e8ecf6620a8e808dbdb5a7fc2113
sh: Fix dreamcast build for IRQ changes.

When the irq.h changes went in, the dreamcast code was still
referencing an old value. Switch it back to the IRQ number,
which fixes this:

arch/sh/boards/dreamcast/irq.c: In function `disable_systemasic_irq':
arch/sh/boards/dreamcast/irq.c:59: error: `OFFCHIP_IRQ_BASE' undeclared (first
use in this function)
arch/sh/boards/dreamcast/irq.c:59: error: (Each undeclared identifier is reported only once
arch/sh/boards/dreamcast/irq.c:59: error: for each function it appears in.)

Reported-by: Adrian McMenamin <adrian@newgolddream.dyndns.info>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/dreamcast/sysasic.h