From: Hans de Goede Date: Fri, 14 Nov 2014 12:26:54 +0000 (+0100) Subject: fbcon: Change fbcon_init from module_init to fs_initcall X-Git-Tag: omap-for-v3.20/drop-legacy-3517~125^2^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba168a3c7ff6df2e346959445190484b8331eb3d;p=pandora-kernel.git fbcon: Change fbcon_init from module_init to fs_initcall Various fb drivers register themselves before module_init so as to have a console as early as possible, this is of little use if fbcon does not initialize early too. Fbcon cannot initialize earlier then fs_initcall, because then the creation of /sys/class/graphics/fbcon will fail. Signed-off-by: Hans de Goede Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed