diff options
author | Roland Stigge <stigge@antcom.de> | 2012-09-25 10:15:41 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-09-25 10:15:41 +0200 |
commit | 632cbbcf0e80f2e2dcf94b8e4d05dd03eda90a06 (patch) | |
tree | dc43d93c6706b1f55c38a5afc3e61d97cb18b432 /arch | |
parent | 7a5deff68f9e0a1db170ac9dd3b2b4aaddc1b80c (diff) | |
download | linux-632cbbcf0e80f2e2dcf94b8e4d05dd03eda90a06.tar.bz2 |
ARM: LPC32xx: Board cleanup
This patch removes now unnecessary spi includes.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 8f2a2f8712d7..5663a9a943f7 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -24,8 +24,6 @@ #include <linux/irq.h> #include <linux/dma-mapping.h> #include <linux/device.h> -#include <linux/spi/spi.h> -#include <linux/spi/eeprom.h> #include <linux/gpio.h> #include <linux/amba/bus.h> #include <linux/amba/clcd.h> |