* [PATCH] of: Add missing include
@ 2016-05-24 10:52 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2016-05-24 10:52 UTC (permalink / raw)
To: Barebox List
drivers/of/device.c has the implementation for of_match_device(), so
also include the header which has the prototype.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
drivers/of/device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/of/device.c b/drivers/of/device.c
index e2c3c02..67a67bd 100644
--- a/drivers/of/device.c
+++ b/drivers/of/device.c
@@ -1,6 +1,6 @@
#include <common.h>
#include <of.h>
-
+#include <of_device.h>
/**
* of_match_device - Tell if a struct device matches an of_device_id list
--
2.8.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-24 10:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-24 10:52 [PATCH] of: Add missing include Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox