summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/ukbd.c
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/usb/input/ukbd.c
parent03abd02e1efa33cbb430b395dfdf238e8f3a5f60 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/input/ukbd.c')
-rw-r--r--sys/dev/usb/input/ukbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c
index e38158968b67..7a3e9552a948 100644
--- a/sys/dev/usb/input/ukbd.c
+++ b/sys/dev/usb/input/ukbd.c
@@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$");
static int ukbd_debug = 0;
static int ukbd_no_leds = 0;
-SYSCTL_NODE(_hw_usb, OID_AUTO, ukbd, CTLFLAG_RW, 0, "USB ukbd");
+static SYSCTL_NODE(_hw_usb, OID_AUTO, ukbd, CTLFLAG_RW, 0, "USB ukbd");
SYSCTL_INT(_hw_usb_ukbd, OID_AUTO, debug, CTLFLAG_RW | CTLFLAG_TUN,
&ukbd_debug, 0, "Debug level");
TUNABLE_INT("hw.usb.ukbd.debug", &ukbd_debug);