summaryrefslogtreecommitdiff
path: root/sys/dev/xe
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2013-03-09 02:36:32 +0000
committerMarius Strobl <marius@FreeBSD.org>2013-03-09 02:36:32 +0000
commit7b1b32ed4582e7bcdd416c4718d0d79ebaea192d (patch)
tree10841376b41eb8ffe9941799c492ce5eb0418aaf /sys/dev/xe
parent03abd02e1efa33cbb430b395dfdf238e8f3a5f60 (diff)
Notes
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c
index bc80b1d29eb7..855c8c166433 100644
--- a/sys/dev/xe/if_xe.c
+++ b/sys/dev/xe/if_xe.c
@@ -201,7 +201,7 @@ static void xe_reg_dump(struct xe_softc *scp);
#ifdef XE_DEBUG
/* sysctl vars */
-SYSCTL_NODE(_hw, OID_AUTO, xe, CTLFLAG_RD, 0, "if_xe parameters");
+static SYSCTL_NODE(_hw, OID_AUTO, xe, CTLFLAG_RD, 0, "if_xe parameters");
int xe_debug = 0;
SYSCTL_INT(_hw_xe, OID_AUTO, debug, CTLFLAG_RW, &xe_debug, 0,