Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c01ce829 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Jesper Nilsson
Browse files

cris: convert obsolete hw_interrupt_type to struct irq_chip



Impact: cleanup

Convert the last remaining users to struct irq_chip.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
CC: Mikael Starvik <starvik@axis.com>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 59b97760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ static void end_crisv10_irq(unsigned int irq)
{
}

static struct hw_interrupt_type crisv10_irq_type = {
static struct irq_chip crisv10_irq_type = {
	.typename =    "CRISv10",
	.startup =     startup_crisv10_irq,
	.shutdown =    shutdown_crisv10_irq,
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ void set_affinity_crisv32_irq(unsigned int irq, const struct cpumask *dest)
	spin_unlock_irqrestore(&irq_lock, flags);
}

static struct hw_interrupt_type crisv32_irq_type = {
static struct irq_chip crisv32_irq_type = {
	.typename =    "CRISv32",
	.startup =     startup_crisv32_irq,
	.shutdown =    shutdown_crisv32_irq,