diff options
Diffstat (limited to 'sys/dev/usb/usb_dev.c')
| -rw-r--r-- | sys/dev/usb/usb_dev.c | 2 |
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" |
