diff options
author | Jon Loeliger | 2006-10-19 11:33:52 -0500 |
---|---|---|
committer | Jon Loeliger | 2006-10-19 11:33:52 -0500 |
commit | 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (patch) | |
tree | ce428464fe9a2e0bb74e024c124f9204d9cfefb4 /board/stxgp3 | |
parent | 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 (diff) |
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'board/stxgp3')
-rw-r--r-- | board/stxgp3/stxgp3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/stxgp3/stxgp3.c b/board/stxgp3/stxgp3.c index 2b3949cd7b3..a58c043b629 100644 --- a/board/stxgp3/stxgp3.c +++ b/board/stxgp3/stxgp3.c @@ -375,8 +375,6 @@ void pci_init_board(void) { #ifdef CONFIG_PCI - extern void pci_mpc85xx_init(struct pci_controller *hose); - pci_mpc85xx_init(&hose); #endif /* CONFIG_PCI */ } |