@@ -1,6 +1,14 @@
---- 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 @@
+--- ICH4_GPIO.c.orig 2010-04-17 22:18:28.000000000 +0200
++++ ICH4_GPIO.c 2013-03-03 19:47:17.150635907 +0100
+@@ -37,6 +37,7 @@
+ #include <linux/poll.h>
+ #include <linux/proc_fs.h>
+ #include <linux/seq_file.h>
++#include <linux/sched.h>
+
+ #include "ICH4_GPIO.h"
+
+@@ -227,7 +228,7 @@
static int module_die = 0; /* set this to 1 for shutdown */
static struct workqueue_struct *my_workqueue;
static struct work_struct Task;
|