mtd: bcm47xxsflash: add own struct for abstrating bus type

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
This commit is contained in:
Rafał Miłecki
2013-01-06 21:28:50 +01:00
committed by Artem Bityutskiy
parent 396afe553b
commit a2f74a7dac
3 changed files with 40 additions and 13 deletions
@@ -528,6 +528,7 @@ struct bcma_sflash {
u32 size;
struct mtd_info *mtd;
void *priv;
};
#endif