diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-02-08 17:11:49 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-02 16:59:45 +0200 |
commit | 804e27dee49e20c0addd1b7276654220cc3768ae (patch) | |
tree | dadc462a8498a33903aa528c860790f86a35a49c /include/linux/bcma/bcma_driver_pcie2.h | |
parent | 5b6ff664c8959d715e785b9465b042407a5d87a0 (diff) |
bcma: support bringing up bus hosted on PCIe Gen 2
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma/bcma_driver_pcie2.h')
-rw-r--r-- | include/linux/bcma/bcma_driver_pcie2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_pcie2.h b/include/linux/bcma/bcma_driver_pcie2.h index 5988b05781c3..d8c43294c527 100644 --- a/include/linux/bcma/bcma_driver_pcie2.h +++ b/include/linux/bcma/bcma_driver_pcie2.h @@ -143,6 +143,8 @@ struct bcma_drv_pcie2 { struct bcma_device *core; + + u16 reqsize; }; #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) |