Files
openwrt_NSS_ACW/target/linux/ipq806x/patches-5.10/999-01a-nss_sfe-support.patch
2022-10-10 14:13:00 -05:00

11 lines
265 B
Diff

--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -17,6 +17,7 @@ struct timer_list {
unsigned long expires;
void (*function)(struct timer_list *);
u32 flags;
+ unsigned long cust_data;
#ifdef CONFIG_LOCKDEP
struct lockdep_map lockdep_map;