Andrew Lunn [off-list ref] writes:
Hi,
quoted hunk
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