treewide: remove all @{lt,gt,ge,le} appearances affecting 5.10 kernel
[openwrt/openwrt.git] / package / kernel / linux / modules / virt.mk
index 59a2d79563dcbf0eb8ea6bb8707553de667db1be..85f47aacbf94f89bf1a589b05f58127290fb0f4b 100644 (file)
@@ -104,7 +104,7 @@ define KernelPackage/vfio-pci
        CONFIG_VFIO_PCI \
        CONFIG_VFIO_PCI_IGD=y
   FILES:= \
-       $(LINUX_DIR)/drivers/vfio/pci/vfio-pci-core.ko@ge5.15 \
+       $(LINUX_DIR)/drivers/vfio/pci/vfio-pci-core.ko \
        $(LINUX_DIR)/drivers/vfio/pci/vfio-pci.ko
   AUTOLOAD:=$(call AutoProbe,vfio-pci)
 endef