mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-10 03:57:17 +08:00

Update backports to the latest 6.6 point release. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
12 lines
286 B
Diff
12 lines
286 B
Diff
--- a/backport-include/linux/interrupt.h
|
|
+++ b/backport-include/linux/interrupt.h
|
|
@@ -43,7 +43,7 @@ static inline void backport_hrtimer_star
|
|
|
|
#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,
|