]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/core/devio.c
usb: devio: declare usbdev_vm_ops as static
authorMichele Curti <michele.curti@gmail.com>
Wed, 27 Apr 2016 19:23:07 +0000 (21:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Apr 2016 19:35:36 +0000 (12:35 -0700)
commit10871c13608a624562e082196148f1dc4e37005e
tree4b76e77b52902363acfef2e775e90b3cdd4ae221
parent26186e5f2c1a6d1c244a3052f02e46ae29d823f2
usb: devio: declare usbdev_vm_ops as static

usbdev_vm_ops is used in devio.c only, so declare it as static

Signed-off-by: Michele Curti <michele.curti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/devio.c