rk29_backlight: init eraly, show logo early
author黄涛 <huangtao@rock-chips.com>
Fri, 31 Dec 2010 01:26:29 +0000 (09:26 +0800)
committer黄涛 <huangtao@rock-chips.com>
Fri, 31 Dec 2010 01:26:53 +0000 (09:26 +0800)
drivers/video/backlight/rk29_backlight.c

index f6fff00e50e797117d8bb51c53b2a8c17a2fb541..ecb362ee57b48cd3e46370a2acb16dd4d2ecf71e 100644 (file)
@@ -304,6 +304,7 @@ static int rk29_backlight_probe(struct platform_device *pdev)
     register_early_suspend(&bl_early_suspend);
 #endif
 
+    printk("RK29 Backlight Driver Initialized.\n");
     return ret;
 }
 
@@ -387,7 +388,4 @@ static int __init rk29_backlight_init(void)
        platform_driver_register(&rk29_backlight_driver);
        return 0;
 }
-//rootfs_initcall(rk29_backlight_init);
-
-late_initcall(rk29_backlight_init);
-//module_init(rk29_backlight_init);
+postcore_initcall_sync(rk29_backlight_init);