From: Rob Herring Date: Tue, 2 Jun 2015 22:46:42 +0000 (-0500) Subject: MIPS: prepare for user enabling of CONFIG_OF X-Git-Tag: omap-for-v4.2/fixes-rc1^2~82^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01306aeadd75;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 Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed