* [PATCH] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
@ 2012-06-08 8:58 Andrew Lunn
2012-06-08 9:12 ` Arnaud Patard (Rtp)
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2012-06-08 8:58 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.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
arch/arm/mach-kirkwood/board-iconnect.c | 1 -
1 file changed, 1 deletion(-)
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.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
2012-06-08 8:58 [PATCH] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h Andrew Lunn
@ 2012-06-08 9:12 ` Arnaud Patard (Rtp)
0 siblings, 0 replies; 2+ messages in thread
From: Arnaud Patard (Rtp) @ 2012-06-08 9:12 UTC (permalink / raw)
To: linux-arm-kernel
Andrew Lunn <andrew@lunn.ch> writes:
Hi,
> v3.5-rc1 fails to build when DT and iconnect is enabled because of
> this now none existant include file.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
> arch/arm/mach-kirkwood/board-iconnect.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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>
In fact, you can remove the all the spi-related includes. I have a patch
for that but it has been sleeping on my hard drive. Feel free to resend
a patch with the two other includes removed if you want. Anyway,
whatever you do, you have my ack.
Thanks,
Arnaud
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-08 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 8:58 [PATCH] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h Andrew Lunn
2012-06-08 9:12 ` Arnaud Patard (Rtp)
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).