drm/tegra: Make tegra_drm_driver static
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / video / au1200fb.c
index 1d02897..4cfba78 100644 (file)
@@ -1853,21 +1853,7 @@ static struct platform_driver au1200fb_driver = {
        .probe          = au1200fb_drv_probe,
        .remove         = au1200fb_drv_remove,
 };
-
-/*-------------------------------------------------------------------------*/
-
-static int __init au1200fb_init(void)
-{
-       return platform_driver_register(&au1200fb_driver);
-}
-
-static void __exit au1200fb_cleanup(void)
-{
-       platform_driver_unregister(&au1200fb_driver);
-}
-
-module_init(au1200fb_init);
-module_exit(au1200fb_cleanup);
+module_platform_driver(au1200fb_driver);
 
 MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_LICENSE("GPL");