]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: pci: Add missing forward declarations
authorBin Meng <bmeng.cn@gmail.com>
Tue, 2 Feb 2016 13:58:07 +0000 (05:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:24 +0000 (12:47 +0800)
commit308143effe3079cc997b9b512460930506f09141
tree699075e536309261f0caf4a563c7a9804c1c9f40
parent971611e3ef744eea7f6bccc01eb0437a20170cad
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>
include/pci.h