diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-26 11:08:55 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 11:46:24 +0100 |
commit | 88345411df1eb5a24272955a53856e001f960a06 (patch) | |
tree | 3535278dd4a1f90caa3e2783227c78cfc803e741 /arch/sh/boards/mach-rsk/devices-rsk7203.c | |
parent | sh: Check for return_to_handler when unwinding the stack (diff) | |
download | linux-88345411df1eb5a24272955a53856e001f960a06.tar.xz linux-88345411df1eb5a24272955a53856e001f960a06.zip |
sh: rsk7203 CONFIG_MTD=n fix
Fix the rsk7203 board code to build with CONFIG_MTD=n.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-rsk/devices-rsk7203.c')
-rw-r--r-- | arch/sh/boards/mach-rsk/devices-rsk7203.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/boards/mach-rsk/devices-rsk7203.c b/arch/sh/boards/mach-rsk/devices-rsk7203.c index 4af3a771c058..c37617e63220 100644 --- a/arch/sh/boards/mach-rsk/devices-rsk7203.c +++ b/arch/sh/boards/mach-rsk/devices-rsk7203.c @@ -11,10 +11,6 @@ #include <linux/types.h> #include <linux/platform_device.h> #include <linux/interrupt.h> -#include <linux/mtd/mtd.h> -#include <linux/mtd/partitions.h> -#include <linux/mtd/physmap.h> -#include <linux/mtd/map.h> #include <linux/smsc911x.h> #include <linux/gpio.h> #include <linux/leds.h> |