diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-02-12 04:15:43 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-03-07 07:41:08 -0500 |
commit | 2e62f9b2a41e4ade1a0bb3c1bbda4defe4c67243 (patch) | |
tree | 78982974904a36d52ffdcd24d99ad8393c3919a1 /include/linux/bcma | |
parent | 2b02a36d12192f2a86388913143cd1e399eb971c (diff) |
bcma: drop unneeded fields from bcma_pflash struct
Most of info stored in this struct wasn't really used anywhere as we put
all that data in platform data & resource as well.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r-- | include/linux/bcma/bcma_driver_chipcommon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h index 700d0c6f7480..16eaaad9dda5 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h | |||
@@ -579,9 +579,6 @@ struct bcma_chipcommon_pmu { | |||
579 | #ifdef CONFIG_BCMA_DRIVER_MIPS | 579 | #ifdef CONFIG_BCMA_DRIVER_MIPS |
580 | struct bcma_pflash { | 580 | struct bcma_pflash { |
581 | bool present; | 581 | bool present; |
582 | u8 buswidth; | ||
583 | u32 window; | ||
584 | u32 window_size; | ||
585 | }; | 582 | }; |
586 | 583 | ||
587 | #ifdef CONFIG_BCMA_SFLASH | 584 | #ifdef CONFIG_BCMA_SFLASH |