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

Commit bf5172d0 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: convert obsolete irq_desc_t typedef to struct irq_desc



Impact: cleanup

Convert the last remaining users.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8b0e5860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ static struct irq_chip piix4_virtual_irq_type = {
static irqreturn_t piix4_master_intr(int irq, void *dev_id)
{
	int realirq;
	irq_desc_t *desc;
	struct irq_desc *desc;
	unsigned long flags;

	spin_lock_irqsave(&i8259A_lock, flags);