Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753991Ab3FFFmS (ORCPT ); Thu, 6 Jun 2013 01:42:18 -0400 Received: from mail-ie0-f179.google.com ([209.85.223.179]:55645 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773Ab3FFFls (ORCPT ); Thu, 6 Jun 2013 01:41:48 -0400 From: Matt Porter To: Christian Daudt , Arnd Bergmann , Olof Johansson Cc: Stephen Warren , Linux ARM Kernel List , Linux Kernel Mailing List , Linaro Patches Subject: [PATCH 1/2] ARM: dts: bcm281xx: use #include for device tree files Date: Thu, 6 Jun 2013 01:41:34 -0400 Message-Id: <1370497295-12682-2-git-send-email-matt.porter@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370497295-12682-1-git-send-email-matt.porter@linaro.org> References: <1370497295-12682-1-git-send-email-matt.porter@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1223 Lines: 43 Replace /include/ by #include for bcm281xx device tree files, enabling use of the C preprocessor. Signed-off-by: Matt Porter --- arch/arm/boot/dts/bcm11351-brt.dts | 2 +- arch/arm/boot/dts/bcm11351.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/bcm11351-brt.dts b/arch/arm/boot/dts/bcm11351-brt.dts index 248067c..3392f64 100644 --- a/arch/arm/boot/dts/bcm11351-brt.dts +++ b/arch/arm/boot/dts/bcm11351-brt.dts @@ -13,7 +13,7 @@ /dts-v1/; -/include/ "bcm11351.dtsi" +#include "bcm11351.dtsi" / { model = "BCM11351 BRT board"; diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index 41b2c6c..c08810e 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -11,7 +11,7 @@ * GNU General Public License for more details. */ -/include/ "skeleton.dtsi" +#include "skeleton.dtsi" / { model = "BCM11351 SoC"; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/