From: Grant Likely Date: Wed, 20 Oct 2010 17:45:14 +0000 (-0600) Subject: of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch X-Git-Tag: v2.6.37-rc1~129^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c97689c46b272302053778f1a6c2facb0e220c;p=pandora-kernel.git of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch This patch refactors the early init parsing of the chosen node so that architectures aren't forced to provide an empty implementation of early_init_dt_scan_chosen_arch. Instead, if an architecture wants to do something different, it can either use a wrapper function around early_init_dt_scan_chosen(), or it can replace it altogether. This patch was written in preparation to adding device tree support to both x86 ad MIPS. Signed-off-by: Grant Likely Tested-by: David Daney --- Reading git-diff-tree failed