fix compilation with newer kernels

This commit is contained in:
rjkm
2024-11-16 14:25:10 +01:00
parent b172e83a4b
commit 345c3b8e0d
2 changed files with 8 additions and 0 deletions

View File

@@ -39,7 +39,9 @@
#include <linux/mutex.h>
#include <linux/vmalloc.h>
#include <asm/div64.h>
#if (KERNEL_VERSION(6, 12, 0) > LINUX_VERSION_CODE)
#include <asm/unaligned.h>
#endif
#include <media/dvb_frontend.h>
#include "mxl5xx.h"