commit | 308143effe3079cc997b9b512460930506f09141 | [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 | 971611e3ef744eea7f6bccc01eb0437a20170cad [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>