diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-09-29 20:33:49 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-19 15:52:32 -0400 |
commit | 360dc31e9cc3f74d0d91a9d19b154c12592f4ffc (patch) | |
tree | 1100738782a81d10dfb613283c947f7dfaf9cf5c /include/linux/bcma | |
parent | 30cfb023019b347cdfd39bd5039d2118a1bd224a (diff) | |
download | talos-obmc-linux-360dc31e9cc3f74d0d91a9d19b154c12592f4ffc.tar.gz talos-obmc-linux-360dc31e9cc3f74d0d91a9d19b154c12592f4ffc.zip |
bcma: mark pflash as present when available
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r-- | include/linux/bcma/bcma_driver_chipcommon.h | 1 |
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 fbde7cbd2d7d..79993969953a 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h @@ -510,6 +510,7 @@ struct bcma_chipcommon_pmu { #ifdef CONFIG_BCMA_DRIVER_MIPS struct bcma_pflash { + bool present; u8 buswidth; u32 window; u32 window_size; |