diff options
author | Simon Glass <sjg@chromium.org> | 2015-11-26 19:51:29 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 06:26:38 -0700 |
commit | cab24b3407189a120066b82da2376679bf203eae (patch) | |
tree | 3553fbc41f1c9dbc24c5a762eb922a32e8b677dd /include/common.h | |
parent | c4f32bb24857b2a3950b4c804c1d6302520c81ae (diff) | |
download | u-boot-cab24b3407189a120066b82da2376679bf203eae.tar.gz |
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.h | 1 |
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 *); |