Changes of Revision 2
[-] [+] | Changed | thecus-io.spec |
[-] [+] | Added | thecus-io.patch ^ |
@@ -0,0 +1,11 @@ +--- ICH4_GPIO.c.orig 2010-04-17 22:18:28.027481120 +0200 ++++ ICH4_GPIO.c 2010-04-17 22:18:57.813003549 +0200 +@@ -227,7 +227,7 @@ + static int module_die = 0; /* set this to 1 for shutdown */ + static struct workqueue_struct *my_workqueue; + static struct work_struct Task; +-static DECLARE_WORK(Task, intrpt_routine, NULL); ++static DECLARE_WORK(Task, intrpt_routine); + + + static void intrpt_routine(void *irrelevant) |