mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
x86: convert obsolete irq_desc_t typedef to struct irq_desc
Impact: cleanup Convert the last remaining users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
8b0e5860cb
commit
bf5172d07a
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ static struct irq_chip piix4_virtual_irq_type = {
|
||||||
static irqreturn_t piix4_master_intr(int irq, void *dev_id)
|
static irqreturn_t piix4_master_intr(int irq, void *dev_id)
|
||||||
{
|
{
|
||||||
int realirq;
|
int realirq;
|
||||||
irq_desc_t *desc;
|
struct irq_desc *desc;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
spin_lock_irqsave(&i8259A_lock, flags);
|
spin_lock_irqsave(&i8259A_lock, flags);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue