You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cc1101-driver/0004-Update-to-6.12.patch

28 lines
579 B

From 4cd1b3906c5f42334629866afd5616515ab94bd1 Mon Sep 17 00:00:00 2001
From: itycodes <tranquillitycodes@proton.me>
Date: Thu, 12 Jun 2025 02:10:13 +0200
Subject: [PATCH 4/4] Update to 6.12
---
cc1101_internal.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cc1101_internal.h b/cc1101_internal.h
index 4d0a30f..5f4c958 100644
--- a/cc1101_internal.h
+++ b/cc1101_internal.h
@@ -7,6 +7,10 @@
#include <linux/kernel.h>
#include <linux/kfifo.h>
+#include <linux/mutex.h>
+#include <linux/timer.h>
+#include <linux/workqueue.h>
+
#include "cc1101.h"
--
2.49.0