qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5624] ETRAX-FS: Make etraxfs_dmac_run local.


From: Edgar E. Iglesias
Subject: [Qemu-devel] [5624] ETRAX-FS: Make etraxfs_dmac_run local.
Date: Tue, 04 Nov 2008 20:29:30 +0000

Revision: 5624
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5624
Author:   edgar_igl
Date:     2008-11-04 20:29:29 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
ETRAX-FS: Make etraxfs_dmac_run local.

Signed-off-by: Edgar E. Iglesias <address@hidden>

Modified Paths:
--------------
    trunk/hw/etraxfs_dma.c
    trunk/hw/etraxfs_dma.h

Modified: trunk/hw/etraxfs_dma.c
===================================================================
--- trunk/hw/etraxfs_dma.c      2008-11-04 19:15:37 UTC (rev 5623)
+++ trunk/hw/etraxfs_dma.c      2008-11-04 20:29:29 UTC (rev 5624)
@@ -673,7 +673,7 @@
        &dma_writel,
 };
 
-void etraxfs_dmac_run(void *opaque)
+static void etraxfs_dmac_run(void *opaque)
 {
        struct fs_dma_ctrl *ctrl = opaque;
        int i;

Modified: trunk/hw/etraxfs_dma.h
===================================================================
--- trunk/hw/etraxfs_dma.h      2008-11-04 19:15:37 UTC (rev 5623)
+++ trunk/hw/etraxfs_dma.h      2008-11-04 20:29:29 UTC (rev 5624)
@@ -19,6 +19,5 @@
                          int input);
 void etraxfs_dmac_connect_client(void *opaque, int c, 
                                 struct etraxfs_dma_client *cl);
-void etraxfs_dmac_run(void *opaque);
 int etraxfs_dmac_input(struct etraxfs_dma_client *client, 
                       void *buf, int len, int eop);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]