From: Tony Lindgren Date: Mon, 14 Feb 2011 23:40:20 +0000 (-0800) Subject: omap2+: Fix omap_serial_early_init to work with init_early hook X-Git-Tag: v2.6.39-rc1~432^2~32^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e16f92536334ccb464ed88cf4d8cc0dd43da106;p=pandora-kernel.git omap2+: Fix omap_serial_early_init to work with init_early hook The new init_early hook happens at the end of setup_arch, which is too early for kzalloc. However, there's no need to call omap_serial_early_init that early, so fix this by setting it up as a core_initcall. Signed-off-by: Tony Lindgren Tested-by: Kevin Hilman --- Reading git-diff-tree failed