[ar71xx] move definition of ar91xx_flash_platform_data into a separate header file...
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / platform.h
index 5644fc9..55c62b7 100644 (file)
@@ -16,8 +16,6 @@
 #include <linux/skbuff.h>
 #include <linux/phy.h>
 #include <linux/spi/spi.h>
-#include <linux/mtd/mtd.h>
-#include <linux/mtd/partitions.h>
 
 struct ag71xx_platform_data {
        phy_interface_t phy_if_mode;
@@ -53,13 +51,4 @@ struct ar71xx_spi_platform_data {
 #define AR71XX_SPI_CS_INACTIVE 0
 #define AR71XX_SPI_CS_ACTIVE   1
 
-struct ar91xx_flash_platform_data {
-       unsigned int            width;
-       u8                      is_shared:1;
-#ifdef CONFIG_MTD_PARTITIONS
-       unsigned int            nr_parts;
-       struct mtd_partition    *parts;
-#endif
-};
-
 #endif /* __ASM_MACH_AR71XX_PLATFORM_H */
This page took 0.024118 seconds and 4 git commands to generate.