[ARM] Change irq_chip wake/type methods to set_wake/set_type
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 4 Sep 2005 18:43:13 +0000 (19:43 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Sep 2005 18:43:13 +0000 (19:43 +0100)
This is part of Thomas Gleixner's generic IRQ patch, which converts
ARM to use the generic IRQ subsystem.  Here, we rename two of the
irq_chip methods - wake becomes set_wake, and type becomes set_type.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found