summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input/atp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/input/atp.c')
-rw-r--r--sys/dev/usb/input/atp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c
index 9a17950..6cfba78 100644
--- a/sys/dev/usb/input/atp.c
+++ b/sys/dev/usb/input/atp.c
@@ -114,7 +114,7 @@ __FBSDID("$FreeBSD$");
/* Tunables */
-SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW, 0, "USB atp");
+static SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW, 0, "USB atp");
#ifdef USB_DEBUG
enum atp_log_level {
OpenPOWER on IntegriCloud