|
@@ -557,19 +557,7 @@ static struct platform_driver grvga_driver = {
|
|
|
.remove = grvga_remove,
|
|
|
};
|
|
|
|
|
|
-
|
|
|
-static int __init grvga_init(void)
|
|
|
-{
|
|
|
- return platform_driver_register(&grvga_driver);
|
|
|
-}
|
|
|
-
|
|
|
-static void __exit grvga_exit(void)
|
|
|
-{
|
|
|
- platform_driver_unregister(&grvga_driver);
|
|
|
-}
|
|
|
-
|
|
|
-module_init(grvga_init);
|
|
|
-module_exit(grvga_exit);
|
|
|
+module_platform_driver(grvga_driver);
|
|
|
|
|
|
MODULE_LICENSE("GPL");
|
|
|
MODULE_AUTHOR("Aeroflex Gaisler");
|