aboutsummaryrefslogtreecommitdiff
path: root/board/sandpoint
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandpoint')
-rw-r--r--board/sandpoint/sandpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandpoint/sandpoint.c b/board/sandpoint/sandpoint.c
index 8d385f711..fe1c0a0d5 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);
}