From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f47.google.com ([209.85.220.47]:35384 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289AbbCLFhV (ORCPT ); Thu, 12 Mar 2015 01:37:21 -0400 Message-ID: <5501260E.4020509@gmail.com> Date: Wed, 11 Mar 2015 22:37:18 -0700 From: Frank Rowand Reply-To: frowand.list@gmail.com MIME-Version: 1.0 Subject: [Patch 3/3] dt: OF_UNITTEST make dependency broken, fix unittest.c after move References: <55012531.8040608@gmail.com> In-Reply-To: <55012531.8040608@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: frowand.list@gmail.com, Grant Likely , Rob Herring , Michal Marek , Linux Kernel list , "devicetree@vger.kernel.org" , linux-kbuild@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;