summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-26 19:51:29 -0700
committerSimon Glass <sjg@chromium.org>2015-12-01 06:26:38 -0700
commitcab24b3407189a120066b82da2376679bf203eae (patch)
tree3553fbc41f1c9dbc24c5a762eb922a32e8b677dd /include/common.h
parentc4f32bb24857b2a3950b4c804c1d6302520c81ae (diff)
downloadtalos-obmc-uboot-cab24b3407189a120066b82da2376679bf203eae.tar.gz
talos-obmc-uboot-cab24b3407189a120066b82da2376679bf203eae.zip
dm: pci: Convert 'pci' command to driver model
Adjust this command to use the correct PCI functions, instead of the compatibility layer. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a3831b78dc..75c78d5ac2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -432,7 +432,6 @@ int get_env_id (void);
void pci_init (void);
void pci_init_board(void);
-void pciinfo (int, int);
#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
int pci_pre_init (struct pci_controller *);
OpenPOWER on IntegriCloud