From patchwork Wed Mar 11 10:03:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Guinot X-Patchwork-Id: 5983071 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 502BFBF440 for ; Wed, 11 Mar 2015 10:06:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7A32B2041D for ; Wed, 11 Mar 2015 10:06:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D3F32041A for ; Wed, 11 Mar 2015 10:06:31 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YVdUo-0005bm-8b; Wed, 11 Mar 2015 10:04:10 +0000 Received: from vm1.sequanux.org ([188.165.36.56]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YVdUk-0005WN-IE for linux-arm-kernel@lists.infradead.org; Wed, 11 Mar 2015 10:04:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by vm1.sequanux.org (Postfix) with ESMTP id DFF7E1089B7; Wed, 11 Mar 2015 11:03:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at vm1.sequanux.org Received: from vm1.sequanux.org ([127.0.0.1]) by localhost (vm1.sequanux.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t0n6ti46HVEz; Wed, 11 Mar 2015 11:03:42 +0100 (CET) Received: from localhost (200.5-14-84.ripe.coltfrance.com [84.14.5.200]) by vm1.sequanux.org (Postfix) with ESMTPSA id 79F661089A2; Wed, 11 Mar 2015 11:03:42 +0100 (CET) From: Simon Guinot To: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth Subject: [PATCH] ARM: Kirkwood: remove leds-netxbig.h include from nas2big DTS Date: Wed, 11 Mar 2015 11:03:41 +0100 Message-Id: <1426068221-29025-1-git-send-email-simon.guinot@sequanux.org> X-Mailer: git-send-email 2.1.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150311_030406_750418_8A6969A7 X-CRM114-Status: UNSURE ( 8.25 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: Vincent Donnefort , linux-arm-kernel@lists.infradead.org, Simon Guinot X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fixes the following build error introduced by the patch a9e58557e998 ("ARM: Kirkwood: add DT description for nas2big"): DTC arch/arm/boot/dts/kirkwood-nas2big.dtb /home/simon/workspace/lacie-nas.org/src/linux-lacie.git/arch/arm/boot/dts/kirkwood-nas2big.dts:16: fatal error: dt-bindings/leds/leds-netxbig.h: No such file or directory compilation terminated. scripts/Makefile.lib:292: recipe for target 'arch/arm/boot/dts/kirkwood-nas2big.dtb' failed Since the leds-netxbig DT binding is not merged yet, the dt-bindings/leds/leds-netxbig.h header can't be used. Moreover there is no point in including leds-netxbig.h from the nas2big DTS anyway: since the LEDs characteristics are shared between all the netxbig boards, the LED node will be added in the kirkwood-netxbig DTSI file. This patch fixes the build error by removing the useless leds-netxbig.h include. Signed-off-by: Simon Guinot --- arch/arm/boot/dts/kirkwood-nas2big.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/kirkwood-nas2big.dts b/arch/arm/boot/dts/kirkwood-nas2big.dts index d459c94fd1d4..7427ec50b829 100644 --- a/arch/arm/boot/dts/kirkwood-nas2big.dts +++ b/arch/arm/boot/dts/kirkwood-nas2big.dts @@ -12,7 +12,6 @@ /dts-v1/; -#include #include "kirkwood-netxbig.dtsi" / {