summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/pci
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/pci')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c b/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
index 1abf3c6235..ca76a0c1f5 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
+++ b/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
@@ -39,7 +39,7 @@ extern const pci_config_access_functions pci_indirect_functions;
extern unsigned int EUMBBAR;
-void detect_host_bridge()
+void detect_host_bridge(void)
{
/*
* If the processor is an 8240 or an 8245 then the PIC is built
@@ -101,7 +101,7 @@ unsigned merst;
}
#endif
-void detect_host_bridge()
+void detect_host_bridge(void)
{
PPC_DEVICE *hostbridge;
uint32_t id0;