[module] fix build on linux 6.10

Fixes #1124 - Thanks @pongo1231
This commit is contained in:
Geoffrey McRae 2024-06-07 19:01:38 +10:00
parent c04f84b85c
commit 7305ce36af
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -30,6 +30,7 @@
#include <linux/highmem.h>
#include <linux/memremap.h>
#include <linux/version.h>
#include <linux/vmalloc.h>
#include <asm/io.h>