adjust further for GNU Linux-libre 6.7.11-gnu
[releases.git] / deblob-5.13
index a60476fd4abcc358a5be98b0215ec2e44dc3b39e..1451643366db2687625078a097fef6fde2c620c4 100755 (executable)
@@ -3172,7 +3172,11 @@ clean_mk CONFIG_USB_UEAGLEATM drivers/usb/atm/Makefile
 # host
 
 announce USB_XHCI_PCI_RENESAS - "Support for additional Renesas xHCI controller with firwmare"
-reject_firmware drivers/usb/host/xhci-pci-renesas.c
+if grep -q 'firmware_request_nowarn' drivers/usb/host/xhci-pci-renesas.c; then
+  reject_firmware_nowarn drivers/usb/host/xhci-pci-renesas.c
+else
+  reject_firmware drivers/usb/host/xhci-pci-renesas.c
+fi
 clean_kconfig drivers/usb/host/Kconfig USB_XHCI_PCI_RENESAS
 clean_mk CONFIG_USB_XHCI_PCI_RENESAS drivers/usb/host/Makefile