X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fplatform_data%2Fmtd-nand-omap2.h;h=17d57a18bac575b94f8aac1a372e642160b0b684;hb=10f22ee367c4aff7841da6a83c10445d7d6328d9;hp=7f6de5377f803b87efbbffcecaa909a9e2b385e7;hpb=9e6946215dbd9803e8b511928c9f61f3a49e2c58;p=cascardo%2Flinux.git diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index 7f6de5377f80..17d57a18bac5 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h @@ -71,7 +71,6 @@ struct omap_nand_platform_data { int cs; struct mtd_partition *parts; int nr_parts; - bool dev_ready; bool flash_bbt; enum nand_io xfer_type; int devsize; @@ -82,5 +81,6 @@ struct omap_nand_platform_data { /* deprecated */ struct gpmc_nand_regs reg; struct device_node *of_node; + bool dev_ready; }; #endif