From: Jeremy Kerr Date: Mon, 11 Jan 2010 22:17:34 +0000 (+0100) Subject: ARM: 5880/1: arm: use generic infrastructure for early params X-Git-Tag: v2.6.34-rc1~241^2~1^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0d8c251b8876d530a6bf671eb5425838fa698a;p=pandora-kernel.git ARM: 5880/1: arm: use generic infrastructure for early params The ARM setup code includes its own parser for early params, there's also one in the generic init code. This patch removes __early_init (and related code) from arch/arm/kernel/setup.c, and changes users to the generic early_init macro instead. The generic macro takes a char * argument, rather than char **, so we need to update the parser functions a little. Signed-off-by: Jeremy Kerr Signed-off-by: Russell King --- Reading git-diff-tree failed