aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2008-06-26 21:04:31 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 21:33:22 +0100
commite277479aba3d35745c822540e9c3d941aabb4e98 (patch)
treecb1c4a699f8c76222f4d3cc8b12a55438143654b /arch/arm/mach-pxa/magician.c
parent7a97010eb4f47c9d2d66bfb838a8638a8d02d9ef (diff)
downloadkernel_samsung_smdk4412-e277479aba3d35745c822540e9c3d941aabb4e98.zip
kernel_samsung_smdk4412-e277479aba3d35745c822540e9c3d941aabb4e98.tar.gz
kernel_samsung_smdk4412-e277479aba3d35745c822540e9c3d941aabb4e98.tar.bz2
[ARM] 5126/1: magician: remove superfluous mtd includes
These were only needed for hardcoded flash partition tables, which were never submitted. It is better to have the bootloader pass the partition table to the kernel instead. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 2dc14c3..9f249dc 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -22,8 +22,6 @@
#include <linux/input.h>
#include <linux/mfd/htc-egpio.h>
#include <linux/mfd/htc-pasic3.h>
-#include <linux/mtd/mtd.h>
-#include <linux/mtd/map.h>
#include <linux/mtd/physmap.h>
#include <linux/pda_power.h>
#include <linux/pwm_backlight.h>