diff options
author | Bin Meng | 2015-11-06 02:04:54 -0800 |
---|---|---|
committer | Bin Meng | 2015-11-13 06:46:25 -0800 |
commit | 902ca5bdf37841c0b892317be603edb41f7cbc03 (patch) | |
tree | f75e8e702c4fcf9e409f773f36b8f1d3f73b2f58 /arch/x86/lib | |
parent | 74514c18b444129c844797ee16b08d065917c4cc (diff) |
x86: Remove legacy pci codes
Now that we have converted all x86 boards to use driver model pci,
remove these legacy pci codes.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/fsp/fsp_common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/lib/fsp/fsp_common.c b/arch/x86/lib/fsp/fsp_common.c index c78df94b804..5276ce6ab1a 100644 --- a/arch/x86/lib/fsp/fsp_common.c +++ b/arch/x86/lib/fsp/fsp_common.c @@ -35,11 +35,6 @@ int fsp_init_phase_pci(void) return status ? -EPERM : 0; } -int board_pci_post_scan(struct pci_controller *hose) -{ - return fsp_init_phase_pci(); -} - void board_final_cleanup(void) { u32 status; |