Loading drivers/video/cg14.c +2 −2 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static struct of_platform_driver cg14_driver = { .remove = __devexit_p(cg14_remove), }; int __init cg14_init(void) static int __init cg14_init(void) { if (fb_get_options("cg14fb", NULL)) return -ENODEV; Loading @@ -613,7 +613,7 @@ int __init cg14_init(void) return of_register_driver(&cg14_driver, &of_bus_type); } void __exit cg14_exit(void) static void __exit cg14_exit(void) { of_unregister_driver(&cg14_driver); } Loading Loading
drivers/video/cg14.c +2 −2 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static struct of_platform_driver cg14_driver = { .remove = __devexit_p(cg14_remove), }; int __init cg14_init(void) static int __init cg14_init(void) { if (fb_get_options("cg14fb", NULL)) return -ENODEV; Loading @@ -613,7 +613,7 @@ int __init cg14_init(void) return of_register_driver(&cg14_driver, &of_bus_type); } void __exit cg14_exit(void) static void __exit cg14_exit(void) { of_unregister_driver(&cg14_driver); } Loading