From: Grant Likely Date: Fri, 29 Apr 2011 06:18:16 +0000 (-0600) Subject: dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen X-Git-Tag: v3.0-rc1~34^2^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f60ae4ee817174b0f78928bc7066f28c3551ab;p=pandora-kernel.git dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen This patch drops the reference to a global 'cmd_line' variable from early_init_dt_scan_chosen, and instead passes the pointer to the command line string via the *data argument. Each architecture does something slightly different with the initial command line, so it makes sense for the architecture to be able to specify the variable name. Signed-off-by: Grant Likely --- Reading git-diff-tree failed