Changes of Revision 3
[-] [+] | Changed | thecus-event.tar.bz2/thecus_event.c |
@@ -77,7 +77,7 @@ static void intrpt_routine(void *irrelevant); static struct workqueue_struct *my_workqueue; static struct work_struct Task; -static DECLARE_WORK(Task, intrpt_routine, NULL); +static DECLARE_WORK(Task, intrpt_routine); struct status_map { int status; |