From: Rob Herring Date: Mon, 1 Jun 2015 13:17:31 +0000 (-0500) Subject: MIPS: prepare for user enabling of CONFIG_OF X-Git-Tag: omap-for-v4.3/legacy-v2-signed~77^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ef89466b0bdfe5b08f8f603e3c924a8d7d9332;p=pandora-kernel.git MIPS: prepare for user enabling of CONFIG_OF In preparation to allow users to enable DeviceTree without arch or machine selecting it, we need to fix build errors on MIPS. When CONFIG_OF is enabled, device_tree_init cannot be resolved. This is trivially fixed by using CONFIG_USE_OF instead of CONFIG_OF for prom.h. Signed-off-by: Rob Herring Acked-by: Ralf Baechle Acked-by: Grant Likely Cc: linux-mips@linux-mips.org --- Reading git-diff-tree failed