diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 30868fa870f6..c0ff34f2d2df 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -1629,7 +1629,6 @@ static struct usb_driver btusb_driver = { | |||
1629 | #ifdef CONFIG_PM | 1629 | #ifdef CONFIG_PM |
1630 | .suspend = btusb_suspend, | 1630 | .suspend = btusb_suspend, |
1631 | .resume = btusb_resume, | 1631 | .resume = btusb_resume, |
1632 | .reset_resume = btusb_resume, | ||
1633 | #endif | 1632 | #endif |
1634 | .id_table = btusb_table, | 1633 | .id_table = btusb_table, |
1635 | .supports_autosuspend = 1, | 1634 | .supports_autosuspend = 1, |