[module] Bump kvmfr module to 0.0.8 after latest fix for Kernel 5.18

This commit is contained in:
Kenny.ch
2022-06-17 09:01:16 +02:00
committed by Geoffrey McRae
parent 681106e5c3
commit ed0cae84c8
3 changed files with 3 additions and 2 deletions

View File

@@ -571,7 +571,7 @@ MODULE_DEVICE_TABLE(pci, kvmfr_pci_ids);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Geoffrey McRae <geoff@hostfission.com>");
MODULE_AUTHOR("Guanzhong Chen <quantum2048@gmail.com>");
MODULE_VERSION("0.0.7");
MODULE_VERSION("0.0.8");
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,16,0)
MODULE_IMPORT_NS(DMA_BUF);
#endif