summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-01 17:03:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-01 17:03:45 +0000
commit8000c52f99d62ff7ce83467f84f747224742c907 (patch)
treea2af3604aa73853fec8e37b3ed4897b38a53e3de /c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
parent2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8000c52f99d62ff7ce83467f84f747224742c907.tar.bz2
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c: Fix warnings.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
index 975923317a..3e8c6513be 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
@@ -156,7 +156,7 @@ volatile Universe_Memory *UNIVERSE =
* a complete SCORE603e VME initialization is required.
*/
-void initialize_universe()
+void initialize_universe(void)
{
uint32_t jumper_selection;
uint32_t pci_id;