MIPS: prepare for user enabling of CONFIG_OF
authorRob Herring <robh@kernel.org>
Tue, 2 Jun 2015 22:46:42 +0000 (17:46 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Jun 2015 19:54:14 +0000 (21:54 +0200)
commit01306aeadd75f8202bbeb66bf3da56b431364519
tree2593d366fc7f3c12707f2ff9cfa87ac0362d650b
parent8d5ded16ee7564736b82c2eae89ba0173b45f157
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 <robh@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/prom.h
arch/mips/kernel/prom.c