]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: Switch HD64461 from hw_interrupt_type to irq_chip
authorMatt Fleming <mjf@gentoo.org>
Fri, 28 Nov 2008 08:58:30 +0000 (08:58 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:43:50 +0000 (18:43 +0900)
commit135210b378d26f9a9a0c901d0089522c06b5807a
tree67078802bf18b31da4eb42dda5595c7da96374b2
parent331ff103c7737294c8ecd7921564dae07b9e4632
sh: Switch HD64461 from hw_interrupt_type to irq_chip

Use struct irq_chip for the interrupt handler for the HD64461. Also
convert some in{b,w} and out{b,w} calls to the equivalent __raw_* calls.
Include <linux/io.h> and not <asm/io.h> to stop checkpatch.pl
complaining.

This change should now allow machines with HD64461 to define
GENERIC_HARDIRQS_NO__DO_IRQ.

Acked-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com>
Signed-off-by: Matt Fleming <mjf@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/cchips/hd6446x/hd64461.c