aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/bcm47xxsflash.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2013-03-06 12:33:17 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2013-04-05 13:14:05 +0100
commit41c81536ea25d17933b5b503053a5990ec05502a (patch)
tree8d53fa882ec4bafc4ce771b472f4632d6b8162fd /drivers/mtd/devices/bcm47xxsflash.h
parentmtd: mtdcore: use const qualifier (diff)
downloadlinux-dev-41c81536ea25d17933b5b503053a5990ec05502a.tar.xz
linux-dev-41c81536ea25d17933b5b503053a5990ec05502a.zip
mtd: bcm47xxsflash: keep a reference to the BCMA
To implement erase and write support we need to "talk" with ChipCommon BCMA core which serial flash it attached to. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices/bcm47xxsflash.h')
-rw-r--r--drivers/mtd/devices/bcm47xxsflash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/devices/bcm47xxsflash.h b/drivers/mtd/devices/bcm47xxsflash.h
index ebf6f710e23c..e37285e6fad9 100644
--- a/drivers/mtd/devices/bcm47xxsflash.h
+++ b/drivers/mtd/devices/bcm47xxsflash.h
@@ -3,7 +3,11 @@
#include <linux/mtd/mtd.h>
+struct bcma_drv_cc;
+
struct bcm47xxsflash {
+ struct bcma_drv_cc *bcma_cc;
+
u32 window;
u32 blocksize;
u16 numblocks;