diff options
-rw-r--r-- | drivers/video/logo/logo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c index b6bc4a0bda2a..4d50bfd13e7c 100644 --- a/drivers/video/logo/logo.c +++ b/drivers/video/logo/logo.c | |||
@@ -34,7 +34,7 @@ static int __init fb_logo_late_init(void) | |||
34 | return 0; | 34 | return 0; |
35 | } | 35 | } |
36 | 36 | ||
37 | late_initcall(fb_logo_late_init); | 37 | late_initcall_sync(fb_logo_late_init); |
38 | 38 | ||
39 | /* logo's are marked __initdata. Use __ref to tell | 39 | /* logo's are marked __initdata. Use __ref to tell |
40 | * modpost that it is intended that this function uses data | 40 | * modpost that it is intended that this function uses data |