ARM: 5880/1: arm: use generic infrastructure for early params
authorJeremy Kerr <jeremy.kerr@canonical.com>
Mon, 11 Jan 2010 22:17:34 +0000 (23:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Feb 2010 21:39:13 +0000 (21:39 +0000)
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 <jeremy.kerr@canonical.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found