linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: remove select of non-existant OF_DEVICE config symbol
@ 2014-11-26 15:40 Grant Likely
  0 siblings, 0 replies; only message in thread
From: Grant Likely @ 2014-11-26 15:40 UTC (permalink / raw)
  To: devicetree, Paul Bolle, linux-next, linux-kernel
  Cc: Grant Likely, Pantelis Antoniou

The OF_OVERLAY option selects OF_DEVICE, but OF_DEVICE was removed in
commit ba166e900b, "of: remove CONFIG_OF_DEVICE". Remove the unnecessary
select.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
---

This fixes a bug in my devicetree/next branch which is included in
linux-next. It doesn't apply against mainline. I'll be applying it
directly to my tree.

 drivers/of/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 18b2e2539f84..b5e0c873d4e1 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -88,7 +88,6 @@ config OF_OVERLAY
 	bool
 	depends on OF
 	select OF_DYNAMIC
-	select OF_DEVICE
 	select OF_RESOLVE
 
 endmenu # OF
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-26 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26 15:40 [PATCH] of: remove select of non-existant OF_DEVICE config symbol Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).