diff options
author | Matthew McClintock <msm@freescale.com> | 2006-10-11 15:13:01 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-10-11 15:13:01 -0500 |
commit | 7376eb87aaa601f728f9b8e5e9cd2711a67f529e (patch) | |
tree | e7fd7c42b85dccbeb3ab29710d165ef37ea0ac5d /board/cds/mpc8541cds/mpc8541cds.c | |
parent | 88c8f4921fc47fb0eb2384b16586f1bd7f275be7 (diff) | |
download | u-boot-imx-7376eb87aaa601f728f9b8e5e9cd2711a67f529e.zip u-boot-imx-7376eb87aaa601f728f9b8e5e9cd2711a67f529e.tar.gz u-boot-imx-7376eb87aaa601f728f9b8e5e9cd2711a67f529e.tar.bz2 |
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'board/cds/mpc8541cds/mpc8541cds.c')
-rw-r--r-- | board/cds/mpc8541cds/mpc8541cds.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/cds/mpc8541cds/mpc8541cds.c b/board/cds/mpc8541cds/mpc8541cds.c index c2b3009..a42904c 100644 --- a/board/cds/mpc8541cds/mpc8541cds.c +++ b/board/cds/mpc8541cds/mpc8541cds.c @@ -497,8 +497,6 @@ void pci_init_board(void) { #ifdef CONFIG_PCI - extern void pci_mpc85xx_init(struct pci_controller **hose); - - pci_mpc85xx_init(&hose); + pci_mpc85xx_init(hose); #endif } |