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

Commit 1f3addcf authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2



need to change irq to int too

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 21056830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update)
	u32 data;
	int max_irq;
	int pos;
	unsigned int irq;
	int irq;
	unsigned int irq_want;

	pos = pci_find_ht_capability(dev, HT_CAPTYPE_IRQ);