[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

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