summaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/etraxfs_dma.c')
-rw-r--r--hw/etraxfs_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/etraxfs_dma.c b/hw/etraxfs_dma.c
index d2604fb..a77339a 100644
--- a/hw/etraxfs_dma.c
+++ b/hw/etraxfs_dma.c
@@ -673,7 +673,7 @@ static CPUWriteMemoryFunc *dma_write[] = {
&dma_writel,
};
-void etraxfs_dmac_run(void *opaque)
+static void etraxfs_dmac_run(void *opaque)
{
struct fs_dma_ctrl *ctrl = opaque;
int i;
OpenPOWER on IntegriCloud