Skip to content

Commit

Permalink
x86: convert obsolete irq_desc_t typedef to struct irq_desc
Browse files Browse the repository at this point in the history
Impact: cleanup

Convert the last remaining users.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Mar 11, 2009
1 parent 8b0e586 commit bf5172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/visws_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bf5172d

Please sign in to comment.