mirror of
https://github.com/coolsnowwolf/lede
synced 2025-04-04 22:53:59 +08:00
mac80211: fix build on linux kernel 5.4.291+
This commit is contained in:
parent
391830f91c
commit
f03f0f54b5
@ -0,0 +1,11 @@
|
||||
--- a/backport-include/linux/interrupt.h
|
||||
+++ b/backport-include/linux/interrupt.h
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
-#if LINUX_VERSION_IS_LESS(5,9,0)
|
||||
+#if LINUX_VERSION_IS_LESS(5,4,291)
|
||||
|
||||
static inline void
|
||||
tasklet_setup(struct tasklet_struct *t,
|
Loading…
x
Reference in New Issue
Block a user