summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 23:26:24 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 23:26:24 +0000
commitcd5158ea694b6a389e7d8b35cdd5f5b5562335e0 (patch)
tree00bdf8a9167d1b3f324388d7b016adda30a1258a /hw
parent3faf778e9d538365331ca1e7d74bbc2921bd9543 (diff)
downloadhqemu-cd5158ea694b6a389e7d8b35cdd5f5b5562335e0.zip
hqemu-cd5158ea694b6a389e7d8b35cdd5f5b5562335e0.tar.gz
MIPS: remove a few warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5944 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/g364fb.c1
-rw-r--r--hw/mips_jazz.c4
-rw-r--r--hw/rc4030.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/hw/g364fb.c b/hw/g364fb.c
index 64c2988..5360bce 100644
--- a/hw/g364fb.c
+++ b/hw/g364fb.c
@@ -20,6 +20,7 @@
*/
#include "hw.h"
+#include "mips.h"
#include "console.h"
#include "pixel_ops.h"
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index b332a45..cdf2196 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -102,12 +102,12 @@ static void audio_init(qemu_irq *pic)
}
#endif
-void espdma_memory_read(void *opaque, uint8_t *buf, int len)
+static void espdma_memory_read(void *opaque, uint8_t *buf, int len)
{
printf("espdma_memory_read(buf %p, len %d) not implemented\n", buf, len);
}
-void espdma_memory_write(void *opaque, uint8_t *buf, int len)
+static void espdma_memory_write(void *opaque, uint8_t *buf, int len)
{
printf("espdma_memory_write(buf %p, len %d) not implemented\n", buf, len);
}
diff --git a/hw/rc4030.c b/hw/rc4030.c
index 0384cf2..54f9adf 100644
--- a/hw/rc4030.c
+++ b/hw/rc4030.c
@@ -23,6 +23,7 @@
*/
#include "hw.h"
+#include "mips.h"
#include "qemu-timer.h"
//#define DEBUG_RC4030
OpenPOWER on IntegriCloud