commit | 0226859a241131e508d2c4e80e72d50427000875 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 02 05:58:07 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Feb 05 12:47:24 2016 +0800 |
tree | 699075e536309261f0caf4a563c7a9804c1c9f40 | |
parent | 12b73d77a19bdc2053a62381558e7fcffdd8eed2 [diff] |
dm: pci: Add missing forward declarations When CONFIG_DM_PCI_COMPAT is not on, there is only a forward declaration for pci_write_config32(). Add other missing ones. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>