From: Jayachandran C Date: Mon, 4 Nov 2013 12:21:54 +0000 (+0530) Subject: MIPS: Netlogic: replace early_init_devtree() call X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e363bbac316ffb5daaf45d855f82680148cafe20;p=pandora-kernel.git MIPS: Netlogic: replace early_init_devtree() call The early_init_devtree() API was removed in linux-next for 3.13 with commit "mips: use early_init_dt_scan". This causes Netlogic XLP compile to fail: arch/mips/netlogic/xlp/setup.c:101: undefined reference to `early_init_devtree' Add xlp_early_init_devtree() which uses the __dt_setup_arch() to handle early device tree related initialization to fix this. Signed-off-by: Jayachandran C Signed-off-by: Rob Herring --- Reading git-diff-tree failed