diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-06-08 11:36:45 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-06-17 10:51:49 -0700 |
commit | 22cec7ca02f81b57a06d238a4043bc6c9ba6ea03 (patch) | |
tree | 14947b29b252327b2e34d6290e1bb55f0bfa0458 /arch | |
parent | fb09185a88cad9c59e22e84f8c0594303595e9af (diff) |
ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/board-iconnect.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-kirkwood/board-iconnect.c b/arch/arm/mach-kirkwood/board-iconnect.c index 2222c573951..b0d3cc49269 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> |