X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fxhci.c;h=17a561abfab7aed05305c6624b08eb452b94dc56;hb=6aec50009d52f28ef8b512cba0f5078b3928064d;hp=ab1b5ff3fc990f423b606523216d54174e202ca1;hpb=5c44d9d7570b244ca08fef817c4c90aa7a1f1b5f;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index ab1b5ff..17a561a 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -5495,6 +5495,7 @@ static int __init xhci_hcd_init(void) return -ENODEV; xhci_debugfs_create_root(); + xhci_dbc_init(); return 0; } @@ -5506,6 +5507,7 @@ static int __init xhci_hcd_init(void) static void __exit xhci_hcd_fini(void) { xhci_debugfs_remove_root(); + xhci_dbc_exit(); } module_init(xhci_hcd_init);