summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-27 02:51:29 (GMT)
committerSimon Glass <sjg@chromium.org>2015-12-01 13:26:38 (GMT)
commitcab24b3407189a120066b82da2376679bf203eae (patch)
tree3553fbc41f1c9dbc24c5a762eb922a32e8b677dd /include/common.h
parentc4f32bb24857b2a3950b4c804c1d6302520c81ae (diff)
downloadu-boot-cab24b3407189a120066b82da2376679bf203eae.tar.xz
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 a3831b7..75c78d5 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 *);