summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input/uep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/input/uep.c')
-rw-r--r--sys/dev/usb/input/uep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c
index e90298b..e534b27 100644
--- a/sys/dev/usb/input/uep.c
+++ b/sys/dev/usb/input/uep.c
@@ -57,7 +57,7 @@
#ifdef USB_DEBUG
static int uep_debug = 0;
-SYSCTL_NODE(_hw_usb, OID_AUTO, uep, CTLFLAG_RW, 0, "USB uep");
+static SYSCTL_NODE(_hw_usb, OID_AUTO, uep, CTLFLAG_RW, 0, "USB uep");
SYSCTL_INT(_hw_usb_uep, OID_AUTO, debug, CTLFLAG_RW,
&uep_debug, 0, "Debug level");
#endif
OpenPOWER on IntegriCloud