From: Yinghai Lu Date: Fri, 5 Sep 2008 17:03:37 +0000 (-0700) Subject: irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1f3addcf2d54394d10713be947eeaf18d2b998a9;p=linux-beck.git irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2 need to change irq to int too Signed-off-by: Ingo Molnar --- diff --git a/drivers/pci/htirq.c b/drivers/pci/htirq.c index 7b180e0c634e..9e4929a00832 100644 --- a/drivers/pci/htirq.c +++ b/drivers/pci/htirq.c @@ -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);