From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: [Patch 3/3] dt: OF_UNITTEST make dependency broken, fix unittest.c after move Date: Wed, 11 Mar 2015 22:37:18 -0700 Message-ID: <5501260E.4020509@gmail.com> References: <55012531.8040608@gmail.com> Reply-To: frowand.list@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55012531.8040608@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org To: frowand.list@gmail.com, Grant Likely , Rob Herring , Michal Marek , Linux Kernel list , "devicetree@vger.kernel.org" , linux-kbuild@vger.kernel.org List-Id: devicetree@vger.kernel.org From: Frank Rowand Fix an of_unittest.c include path to account for the move of unittest.c into unittest-data/. Signed-off-by: Frank Rowand --- 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 #include -#include "of_private.h" +#include "../of_private.h" static struct selftest_results { int passed;