h8300: Convert interrupt handling to flow handler
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Jan 2011 11:18:57 +0000 (12:18 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Jan 2011 10:55:24 +0000 (11:55 +0100)
commitf9f91ef5e3a5bc1d4aa05b5d26c4d9e6dd930750
treed28140666f8377c2009da4d786c8778827008823
parent12174aac376f2c9390c51e66995d38c9e5e94eff
h8300: Convert interrupt handling to flow handler

__do_IRQ is deprecated so h8300 needs to be converted to proper flow
handling. The irq chip is simple and does not required any
mask/ack/eoi functions, so we can use handle_simple_irq.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Paul Mundt <lethal@linux-sh.org>
arch/h8300/kernel/irq.c