diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-06-26 21:04:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-09 21:33:22 +0100 |
commit | e277479aba3d35745c822540e9c3d941aabb4e98 (patch) | |
tree | cb1c4a699f8c76222f4d3cc8b12a55438143654b /arch/arm/mach-pxa/magician.c | |
parent | 7a97010eb4f47c9d2d66bfb838a8638a8d02d9ef (diff) | |
download | linux-3.10-e277479aba3d35745c822540e9c3d941aabb4e98.tar.gz linux-3.10-e277479aba3d35745c822540e9c3d941aabb4e98.tar.bz2 linux-3.10-e277479aba3d35745c822540e9c3d941aabb4e98.zip |
[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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 2dc14c361c1..9f249dc726e 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> |