summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2013-01-06 21:28:50 +0100
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-02-04 08:26:30 +0100
commita2f74a7dacc1c17a0b146eb3112217874c5db436 (patch)
treec745afac1c501aefd47b60e85cbc0d3912c9ee4b /include
parentmtd: bcm47xxpart: register extra "firmware" partition (diff)
downloadlinux-a2f74a7dacc1c17a0b146eb3112217874c5db436.tar.xz
linux-a2f74a7dacc1c17a0b146eb3112217874c5db436.zip
mtd: bcm47xxsflash: add own struct for abstrating bus type
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/bcma/bcma_driver_chipcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h
index 9a0e3fa3ca95..a5bfda6b0a76 100644
--- a/include/linux/bcma/bcma_driver_chipcommon.h
+++ b/include/linux/bcma/bcma_driver_chipcommon.h
@@ -528,6 +528,7 @@ struct bcma_sflash {
u32 size;
struct mtd_info *mtd;
+ void *priv;
};
#endif