module: fix kernel module compilation on Linux 5.10+

linux@a4574f63 caused the kernel module to fail to compile, due to
changing the dev_pagemap->res field to dev_pagemap->range.

Closes #328
This commit is contained in:
aspen
2020-12-01 10:41:20 -05:00
committed by Geoffrey McRae
parent 018dae691a
commit 69b8c4b4eb
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
PACKAGE_NAME="kvmfr"
PACKAGE_VERSION="0.0.4"
PACKAGE_VERSION="0.0.5"
BUILT_MODULE_NAME[0]="${PACKAGE_NAME}"
MAKE[0]="make KDIR=${kernel_source_dir}"
CLEAN="make KDIR=${kernel_source_dir} clean"