mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
cris: convert obsolete hw_interrupt_type to struct irq_chip
Impact: cleanup Convert the last remaining users to struct irq_chip. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> CC: Mikael Starvik <starvik@axis.com> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
59b9776077
commit
c01ce82941
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user