* [PATCH v2] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
@ 2012-06-08 9:36 Andrew Lunn
2012-06-17 17:52 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2012-06-08 9:36 UTC (permalink / raw)
To: linux-arm-kernel
v3.5-rc1 fails to build when DT and iconnect is enabled because of
this now none existant include file.
Also remove the other two SPI include files, which are not needed
with the move to DT.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---
arch/arm/mach-kirkwood/board-iconnect.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/mach-kirkwood/board-iconnect.c b/arch/arm/mach-kirkwood/board-iconnect.c
index 2222c57..b0d3cc4 100644
--- a/arch/arm/mach-kirkwood/board-iconnect.c
+++ b/arch/arm/mach-kirkwood/board-iconnect.c
@@ -20,9 +20,6 @@
#include <linux/mv643xx_eth.h>
#include <linux/gpio.h>
#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.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
2012-06-08 9:36 [PATCH v2] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h Andrew Lunn
@ 2012-06-17 17:52 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2012-06-17 17:52 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Fri, Jun 8, 2012 at 2:36 AM, Andrew Lunn <andrew@lunn.ch> wrote:
> v3.5-rc1 fails to build when DT and iconnect is enabled because of
> this now none existant include file.
>
> Also remove the other two SPI include files, which are not needed
> with the move to DT.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Looks like I missed this one the first time around, but applied it to
fixes now. Thanks!
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-17 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 9:36 [PATCH v2] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h Andrew Lunn
2012-06-17 17:52 ` Olof Johansson
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).