]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/video/omap/lcd_h4.c
omap: headers: Move remaining headers from include/mach to include/plat
[mirror_ubuntu-zesty-kernel.git] / drivers / video / omap / lcd_h4.c
index 6ff56430341b862a21dbbbaec416b13f17e484a1..720625da1f4e1325fb287414f325ce8a5d0f979c 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 
-#include <mach/omapfb.h>
+#include <plat/omapfb.h>
 
 static int h4_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev)
 {
@@ -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);
 }