summaryrefslogtreecommitdiffstats
path: root/bsps/mips
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-24 11:35:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-24 13:00:56 +0200
commitcaccc5bfc6fab5672068e6cf6c32c1318a729cba (patch)
tree10c09895788142fb547eccc0f0c718c2aa444f46 /bsps/mips
parentsmptests: Fix format warnings (diff)
downloadrtems-caccc5bfc6fab5672068e6cf6c32c1318a729cba.tar.bz2
bsps: Fix function declaration warnings
Diffstat (limited to 'bsps/mips')
-rw-r--r--bsps/mips/malta/include/bsp/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/mips/malta/include/bsp/pci.h b/bsps/mips/malta/include/bsp/pci.h
index c5944da548..8f12459a80 100644
--- a/bsps/mips/malta/include/bsp/pci.h
+++ b/bsps/mips/malta/include/bsp/pci.h
@@ -57,7 +57,7 @@ struct pcibridge
void FixupPCI( const struct _int_map *, int (*swizzler)(int,int) );
/* FIXME: This probably belongs into rtems/pci.h */
-extern unsigned char pci_bus_count();
+extern unsigned char pci_bus_count(void);
int indirect_pci_read_config_byte(
unsigned char bus,