From 42ef89466b0bdfe5b08f8f603e3c924a8d7d9332 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Mon, 1 Jun 2015 08:17:31 -0500 Subject: [PATCH] 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-format-patch failed