From: Kamlakant Patel <kamlakant.patel@xxxxxxxxxx> Convert *_initcall based probing of GPIO drivers to regular module_init based probe. Signed-off-by: Kamlakant Patel <kamlakant.patel@xxxxxxxxxx> --- drivers/gpio/gpio-spear-spics.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-spear-spics.c b/drivers/gpio/gpio-spear-spics.c index 353263c..fe27b6d 100644 --- a/drivers/gpio/gpio-spear-spics.c +++ b/drivers/gpio/gpio-spear-spics.c @@ -196,12 +196,7 @@ static struct platform_driver spics_gpio_driver = { .of_match_table = spics_gpio_of_match, }, }; - -static int __init spics_gpio_init(void) -{ - return platform_driver_register(&spics_gpio_driver); -} -subsys_initcall(spics_gpio_init); +module_platform_driver(spics_gpio_driver); MODULE_AUTHOR("Shiraz Hashim <shiraz.linux.kernel@xxxxxxxxx>"); MODULE_DESCRIPTION("ST Microlectronics SPEAr SPI Chip Select Abstraction"); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html