11 lines
265 B
Diff
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;
|