dect
/
linux-2.6
Archived
13
0
Fork 0

irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2

need to change irq to int too

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Yinghai Lu 2008-09-05 10:03:37 -07:00 committed by Ingo Molnar
parent 21056830c4
commit 1f3addcf2d
1 changed files with 1 additions and 1 deletions

View File

@ -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);