From: w@1wt.eu (Willy Tarreau)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: fix iconnect build
Date: Sun, 17 Jun 2012 14:56:51 +0200 [thread overview]
Message-ID: <20120617125651.GH8450@1wt.eu> (raw)
Hi,
iconnect does not build in 3.5-rc3 due to missing file orion-spi.h.
The following trivial patch fixes it.
Regards,
Willy
--
>From d80dd4aa064c26a27af107819227b1d602b33105 Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@1wt.eu>
Date: Sun, 17 Jun 2012 08:43:47 +0200
Subject: [PATCH] arm: board-iconnect: orion_spi.h is gone
Fix build error due to missing orion_spi.h.
Signed-off-by: Willy Tarreau <w@1wt.eu>
---
arch/arm/mach-kirkwood/board-iconnect.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-kirkwood/board-iconnect.c b/arch/arm/mach-kirkwood/board-iconnect.c
index 2222c57..fa1cbdb 100644
--- a/arch/arm/mach-kirkwood/board-iconnect.c
+++ b/arch/arm/mach-kirkwood/board-iconnect.c
@@ -22,7 +22,6 @@
#include <linux/leds.h>
#include <linux/spi/flash.h>
#include <linux/spi/spi.h>
-#include <linux/spi/orion_spi.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/gpio_keys.h>
--
1.7.2.1.45.g54fbc
next reply other threads:[~2012-06-17 12:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 12:56 Willy Tarreau [this message]
2012-06-17 14:06 ` [PATCH] arm: fix iconnect build Arnaud Patard (Rtp)
2012-06-17 14:11 ` Willy Tarreau
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=20120617125651.GH8450@1wt.eu \
--to=w@1wt.eu \
--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).