From 6eab0eb52fd78cb0f8621a32cca37e0816b7f9c0 Mon Sep 17 00:00:00 2001
From: Badhri Jagan Sridharan <badhri@google.com>
Date: Wed, 11 Apr 2018 10:28:32 -0700
Subject: [PATCH] Revert "xhci: plat: Register shutdown for xhci_plat"

This reverts commit ff1ddbb38b1916a03a31080f34d7d42257c5c5ac.

Bug: 74147717
Change-Id: I47fc9511049d93597fcb65d7c541f22554de6f8f
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
---
 drivers/usb/host/xhci-plat.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
index 14b61f674af5..481d9d25f56d 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -408,7 +408,6 @@ MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);
 static struct platform_driver usb_xhci_driver = {
 	.probe	= xhci_plat_probe,
 	.remove	= xhci_plat_remove,
-	.shutdown	= usb_hcd_platform_shutdown,
 	.driver	= {
 		.name = "xhci-hcd",
 		.pm = DEV_PM_OPS,
-- 
GitLab