From 81e9df2c946e49044877136789ecae61cbf65c81 Mon Sep 17 00:00:00 2001 From: Michael Brunner Date: Fri, 9 Aug 2013 17:33:06 +0200 Subject: gpio: Fix platform driver name in Kontron PLD GPIO driver This patch changes the driver name to be consistent with the name that is registered as cell name in the MFD driver. Otherwise the driver won't load. Reviewed-by: Guenter Roeck Acked-by: Kevin Strasser Signed-off-by: Michael Brunner --- drivers/gpio/gpio-kempld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpio/gpio-kempld.c') diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c index 3f5b20038af1..3f0e13b05953 100644 --- a/drivers/gpio/gpio-kempld.c +++ b/drivers/gpio/gpio-kempld.c @@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct platform_device *pdev) static struct platform_driver kempld_gpio_driver = { .driver = { - .name = "gpio-kempld", + .name = "kempld-gpio", .owner = THIS_MODULE, }, .probe = kempld_gpio_probe, -- cgit v1.2.3