diff options
Diffstat (limited to 'hw/etraxfs_dma.c')
-rw-r--r-- | hw/etraxfs_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/etraxfs_dma.c b/hw/etraxfs_dma.c index d2604fb9fa..a77339a8d6 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; |