aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bluetooth/btusb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index f3dfc0a88fdc..d593c99121c3 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -1628,7 +1628,6 @@ static struct usb_driver btusb_driver = {
1628#ifdef CONFIG_PM 1628#ifdef CONFIG_PM
1629 .suspend = btusb_suspend, 1629 .suspend = btusb_suspend,
1630 .resume = btusb_resume, 1630 .resume = btusb_resume,
1631 .reset_resume = btusb_resume,
1632#endif 1631#endif
1633 .id_table = btusb_table, 1632 .id_table = btusb_table,
1634 .supports_autosuspend = 1, 1633 .supports_autosuspend = 1,