summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/dbdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac/dbdma.c')
-rw-r--r--sys/powerpc/powermac/dbdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c
index 1172606..6712c1a 100644
--- a/sys/powerpc/powermac/dbdma.c
+++ b/sys/powerpc/powermac/dbdma.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include "dbdmavar.h"
-MALLOC_DEFINE(M_DBDMA, "dbdma", "DBDMA Command List");
+static MALLOC_DEFINE(M_DBDMA, "dbdma", "DBDMA Command List");
static uint32_t dbdma_read_reg(dbdma_channel_t *, u_int);
static void dbdma_write_reg(dbdma_channel_t *, u_int, uint32_t);
OpenPOWER on IntegriCloud