[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110125.222948.112596409.davem@davemloft.net>
Date: Tue, 25 Jan 2011 22:29:48 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: buytenh@...retlab.ca
CC: alek.du@...el.com, linux-kernel@...r.kernel.org
Subject: [PATCH] langwell_gpio: Fix deprecated refs to irq_desc->chip and
chip->eoi
Signed-off-by: David S. Miller <davem@...emloft.net>
---
drivers/gpio/langwell_gpio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/langwell_gpio.c b/drivers/gpio/langwell_gpio.c
index d81cc74..a0d0c7b 100644
--- a/drivers/gpio/langwell_gpio.c
+++ b/drivers/gpio/langwell_gpio.c
@@ -206,7 +206,7 @@ static void lnw_irq_handler(unsigned irq, struct irq_desc *desc)
/* clear the edge detect status bit */
writel(gedr_v, gedr);
}
- desc->chip->eoi(irq);
+ desc->irq_data.chip->irq_eoi(&desc->irq_data);
}
static int __devinit lnw_gpio_probe(struct pci_dev *pdev,
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists