summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_dev.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-13 04:56:45 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-13 04:56:45 +0000
commita8675cae2b38ae9c7abb981e4a11e21a757680e6 (patch)
tree1cf734909d17e7de2e8766e7347daeb93106a5fd /sys/dev/usb/usb_dev.c
parentef39345566c3ee9fe0313d57019f5e9b67f3ce73 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_dev.c')
-rw-r--r--sys/dev/usb/usb_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_dev.c b/sys/dev/usb/usb_dev.c
index 22cf2921ce16..8db0c1ea26ee 100644
--- a/sys/dev/usb/usb_dev.c
+++ b/sys/dev/usb/usb_dev.c
@@ -120,7 +120,7 @@ struct cdevsw usb2_devsw = {
static struct cdev* usb2_dev = NULL;
/* character device structure used for /dev/usb */
-struct cdevsw usb2_static_devsw = {
+static struct cdevsw usb2_static_devsw = {
.d_version = D_VERSION,
.d_ioctl = usb2_static_ioctl,
.d_name = "usb"