From: Michel JAOUEN <michel.jao...@stericsson.com>

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

Signed-off-by: Lee Jones <lee.jo...@linaro.org>
Signed-off-by: Michel JAOUEN <michel.jao...@stericsson.com>
Reviewed-by: Jonas ABERG <jonas.ab...@stericsson.com>
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to