commit | 1f3addcf2d54394d10713be947eeaf18d2b998a9 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Fri Sep 05 10:03:37 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:53:07 2008 +0200 |
tree | 172ca15144e3fd95252c084aa0253cf16fba8f1c | |
parent | 21056830c4e5c6735f1d49453398d7186ca4e8d7 [diff] [blame] |
irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2 need to change irq to int too Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/drivers/pci/htirq.c b/drivers/pci/htirq.c index 7b180e0..9e4929a 100644 --- a/drivers/pci/htirq.c +++ b/drivers/pci/htirq.c
@@ -109,7 +109,7 @@ 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);