Loading drivers/pcmcia/omap_cf.c +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ static int __exit omap_cf_remove(struct platform_device *pdev) static struct platform_driver omap_cf_driver = { .driver = { .name = (char *) driver_name, .name = driver_name, }, .remove = __exit_p(omap_cf_remove), }; Loading Loading
drivers/pcmcia/omap_cf.c +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ static int __exit omap_cf_remove(struct platform_device *pdev) static struct platform_driver omap_cf_driver = { .driver = { .name = (char *) driver_name, .name = driver_name, }, .remove = __exit_p(omap_cf_remove), }; Loading