diff options
Diffstat (limited to 'board/sandpoint/sandpoint.c')
-rw-r--r-- | board/sandpoint/sandpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandpoint/sandpoint.c b/board/sandpoint/sandpoint.c index 8d385f7111e..fe1c0a0d5eb 100644 --- a/board/sandpoint/sandpoint.c +++ b/board/sandpoint/sandpoint.c @@ -121,7 +121,7 @@ struct pci_controller hose = { #endif }; -void pci_init(void) +void pci_init_board(void) { pci_mpc824x_init(&hose); } |