[PATCH 13/21] gpio: ab8500: Use most recent run-time platform checker

From: Lee Jones
Date: Fri Dec 14 2012 - 11:22:27 EST


From: Michel JAOUEN <michel.jaouen@xxxxxxxxxxxxxx>

Use is_ab9540() instead of cpu_is_u9540() when checking platform.

Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
Signed-off-by: Michel JAOUEN <michel.jaouen@xxxxxxxxxxxxxx>
Reviewed-by: Jonas ABERG <jonas.aberg@xxxxxxxxxxxxxx>
---
drivers/gpio/gpio-ab8500.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c
index ef75984..200c605 100644
--- a/drivers/gpio/gpio-ab8500.c
+++ b/drivers/gpio/gpio-ab8500.c
@@ -483,7 +483,7 @@ static int __devinit ab8500_gpio_probe(struct platform_device *pdev)
ab8500_gpio->irq_base = pdata->irq_base;

/* Configure GPIO Settings for specific AB devices */
- if (cpu_is_u9540()) {
+ if (is_ab9540(parent)) {
ab8500_gpio->chip.ngpio = AB9540_NUM_GPIO;
ab8500_gpio->irq_cluster = ab9540_irq_clusters;
ab8500_gpio->irq_cluster_size =
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/