From: Paul Mundt Date: Tue, 12 Jan 2010 06:31:20 +0000 (+0900) Subject: sh: Consolidate the sh_bios earlyprintk code. X-Git-Tag: v2.6.34-rc1~285^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776258df925acd0563f471ee4b3f19bbffb3c04f;p=pandora-kernel.git sh: Consolidate the sh_bios earlyprintk code. Now that the sh-sci earlyprintk is taken care of by the sh-sci driver directly, there's no longer any reason for having a split-out early_printk framework. sh_bios is the only other thing that uses it, so we just migrate the leftovers in to there. As it's possible to have multiple early_param()'s for the same string, there's not much point in having this split out anymore anyways, particularly since the sh_bios dependencies are still special-cased within sh-sci itself. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed