From: simon.guinot@sequanux.org (Simon Guinot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Kirkwood: remove leds-netxbig.h include from nas2big DTS
Date: Wed, 11 Mar 2015 11:03:41 +0100 [thread overview]
Message-ID: <1426068221-29025-1-git-send-email-simon.guinot@sequanux.org> (raw)
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 <simon.guinot@sequanux.org>
---
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 <dt-bindings/leds/leds-netxbig.h>
#include "kirkwood-netxbig.dtsi"
/ {
--
2.1.1
next reply other threads:[~2015-03-11 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-11 10:03 Simon Guinot [this message]
2015-03-11 17:52 ` [PATCH] ARM: Kirkwood: remove leds-netxbig.h include from nas2big DTS Gregory CLEMENT
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426068221-29025-1-git-send-email-simon.guinot@sequanux.org \
--to=simon.guinot@sequanux.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).