mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-17 19:26:59 +08:00

Upstream removed SSB and BCMA, the drivers are now compiled against the in kernel versions. No need to patch this for OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/backport-include/linux/interrupt.h
|
|
+++ b/backport-include/linux/interrupt.h
|
|
@@ -3,7 +3,7 @@
|
|
#include <linux/version.h>
|
|
#include_next <linux/interrupt.h>
|
|
|
|
-#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,
|