aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tosa.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/tosa.c')
-rw-r--r--hw/tosa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tosa.c b/hw/tosa.c
index 64ebaa412..6702b6b99 100644
--- a/hw/tosa.c
+++ b/hw/tosa.c
@@ -172,7 +172,7 @@ static void tosa_dac_event(i2c_slave *i2c, enum i2c_event event)
}
}
-int tosa_dac_recv(i2c_slave *s)
+static int tosa_dac_recv(i2c_slave *s)
{
printf("%s: recv not supported!!!\n", __FUNCTION__);
return -1;