]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/video/omap/lcd_h4.c
trivial: media/omap: adding __init/__exit macros to lcd_drivers
[mirror_ubuntu-zesty-kernel.git] / drivers / video / omap / lcd_h4.c
index 6ff56430341b862a21dbbbaec416b13f17e484a1..0c398bda7601fd55b39d2d57bec982fe6f8803be 100644 (file)
@@ -102,12 +102,12 @@ static struct platform_driver h4_panel_driver = {
        },
 };
 
-static int h4_panel_drv_init(void)
+static int __init h4_panel_drv_init(void)
 {
        return platform_driver_register(&h4_panel_driver);
 }
 
-static void h4_panel_drv_cleanup(void)
+static void __exit h4_panel_drv_cleanup(void)
 {
        platform_driver_unregister(&h4_panel_driver);
 }