Skip to content

Commit

Permalink
[module] fix build on linux 6.10
Browse files Browse the repository at this point in the history
Fixes #1124 - Thanks @pongo1231
  • Loading branch information
gnif committed Jun 7, 2024
1 parent c04f84b commit 7305ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module/dkms.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions module/kvmfr.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <linux/highmem.h>
#include <linux/memremap.h>
#include <linux/version.h>
#include <linux/vmalloc.h>

#include <asm/io.h>

Expand Down

0 comments on commit 7305ce3

Please sign in to comment.