OSDN Git Service

ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
authorAndrew Lunn <andrew@lunn.ch>
Fri, 8 Jun 2012 09:36:45 +0000 (11:36 +0200)
committerOlof Johansson <olof@lixom.net>
Sun, 17 Jun 2012 17:51:49 +0000 (10:51 -0700)
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>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-kirkwood/board-iconnect.c

index 2222c57..b0d3cc4 100644 (file)
@@ -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>