Skip to content
Snippets Groups Projects
Commit 6eab0eb5 authored by Badhri Jagan Sridharan's avatar Badhri Jagan Sridharan Committed by Thierry Strudel
Browse files

Revert "xhci: plat: Register shutdown for xhci_plat"


This reverts commit ff1ddbb3.

Bug: 74147717
Change-Id: I47fc9511049d93597fcb65d7c541f22554de6f8f
Signed-off-by: default avatarBadhri Jagan Sridharan <badhri@google.com>
parent 5badf97c
Branches
Tags
No related merge requests found
...@@ -408,7 +408,6 @@ MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match); ...@@ -408,7 +408,6 @@ 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment