summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-11-14 13:26:54 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-11-14 15:29:11 +0200
commitba168a3c7ff6df2e346959445190484b8331eb3d (patch)
tree65113f15fa58db852140af1d1ea00fa4d5a66184 /scripts/patch-kernel
parent89c95001c00089836415aa7a78848ec2dec9f922 (diff)
downloadkernel-ba168a3c7ff6df2e346959445190484b8331eb3d.tar.gz
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 <hdegoede@redhat.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
:30 +0100'>2018-11-20staging: emxx_udc: Fixing function namingCristian Sicilia 2018-11-08staging: emxx_udc: Added missing le16_to_cpu conversionsCarmeli Tamir 2018-11-08staging: emxx_udc: Added missing __iomem modifier to handle p_regsCarmeli Tamir 2018-11-08staging: emxx_udc: Added static modifier to udc_controllerCarmeli Tamir 2018-10-09staging: emxx_udc: Remove unused device_desc declarationNathan Chancellor