Skip to content
Snippets Groups Projects
Commit 3a161913 authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Greg Kroah-Hartman
Browse files

usbip: vhci-hcd: make vhci_hc_driver const


Make this const as it is not modified anywhere.

Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Acked-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eb3c74de
No related branches found
No related tags found
No related merge requests found
......@@ -1274,7 +1274,7 @@ static int vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev,
return 0;
}
static struct hc_driver vhci_hc_driver = {
static const struct hc_driver vhci_hc_driver = {
.description = driver_name,
.product_desc = driver_desc,
.hcd_priv_size = sizeof(struct vhci_hcd),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment