summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/balloon/balloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/balloon/balloon.c')
-rw-r--r--sys/dev/xen/balloon/balloon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/balloon/balloon.c b/sys/dev/xen/balloon/balloon.c
index ca941b6..123e4d8 100644
--- a/sys/dev/xen/balloon/balloon.c
+++ b/sys/dev/xen/balloon/balloon.c
@@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/vm_page.h>
-MALLOC_DEFINE(M_BALLOON, "Balloon", "Xen Balloon Driver");
+static MALLOC_DEFINE(M_BALLOON, "Balloon", "Xen Balloon Driver");
struct mtx balloon_mutex;
OpenPOWER on IntegriCloud