[Patch 3/3] dt: OF_UNITTEST make dependency broken, fix unittest.c after move

From: Frank Rowand
Date: Thu Mar 12 2015 - 01:37:27 EST


From: Frank Rowand <frank.rowand@xxxxxxxxxxxxxx>

Fix an of_unittest.c include path to account for the move of
unittest.c into unittest-data/.

Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxxxxxxxx>

---
drivers/of/unittest-data/unittest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/drivers/of/unittest-data/unittest.c
===================================================================
--- a/drivers/of/unittest-data/unittest.c
+++ b/drivers/of/unittest-data/unittest.c
@@ -23,7 +23,7 @@
#include <linux/i2c.h>
#include <linux/i2c-mux.h>

-#include "of_private.h"
+#include "../of_private.h"

static struct selftest_results {
int passed;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/