|
@@ -344,6 +344,7 @@ MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);
|
|
static struct platform_driver usb_xhci_driver = {
|
|
static struct platform_driver usb_xhci_driver = {
|
|
.probe = xhci_plat_probe,
|
|
.probe = xhci_plat_probe,
|
|
.remove = xhci_plat_remove,
|
|
.remove = xhci_plat_remove,
|
|
|
|
+ .shutdown = usb_hcd_platform_shutdown,
|
|
.driver = {
|
|
.driver = {
|
|
.name = "xhci-hcd",
|
|
.name = "xhci-hcd",
|
|
.pm = DEV_PM_OPS,
|
|
.pm = DEV_PM_OPS,
|