Merge 6.4-rc5 into usb-next
[platform/kernel/linux-starfive.git] / drivers / usb / core / devio.c
index fcf6881..cbad2af 100644 (file)
@@ -746,6 +746,7 @@ static int driver_resume(struct usb_interface *intf)
        return 0;
 }
 
+#ifdef CONFIG_PM
 /* The following routines apply to the entire device, not interfaces */
 void usbfs_notify_suspend(struct usb_device *udev)
 {
@@ -764,6 +765,7 @@ void usbfs_notify_resume(struct usb_device *udev)
        }
        mutex_unlock(&usbfs_mutex);
 }
+#endif
 
 struct usb_driver usbfs_driver = {
        .name =         "usbfs",