diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 14:07:55 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 14:07:55 +0000 |
commit | 7570eebcdd5628978cbdbab2fb7cb99abbc62360 (patch) | |
tree | 46e045fd88294505c849b475f46e1556278ae300 /target/linux/ifxmips/files/drivers/mtd | |
parent | e7336673b14fe311ae493eee86ba8983792bcf02 (diff) | |
download | upstream-7570eebcdd5628978cbdbab2fb7cb99abbc62360.tar.gz upstream-7570eebcdd5628978cbdbab2fb7cb99abbc62360.tar.bz2 upstream-7570eebcdd5628978cbdbab2fb7cb99abbc62360.zip |
cleanup sources and prepare for 2.6.27
SVN-Revision: 13660
Diffstat (limited to 'target/linux/ifxmips/files/drivers/mtd')
-rw-r--r-- | target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c b/target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c index aed241b983..b4faf05356 100644 --- a/target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c +++ b/target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c @@ -26,11 +26,12 @@ #include <linux/mtd/map.h> #include <linux/mtd/partitions.h> #include <linux/mtd/cfi.h> +#include <linux/magic.h> +#include <linux/platform_device.h> + #include <asm/ifxmips/ifxmips.h> #include <asm/ifxmips/ifxmips_prom.h> #include <asm/ifxmips/ifxmips_ebu.h> -#include <linux/magic.h> -#include <linux/platform_device.h> #ifndef CONFIG_MTD_PARTITIONS #error Please enable CONFIG_MTD_PARTITIONS |