diff driver/pt1_i2c.c @ 83:b8032e8099de

include linux/sched.h explicitly. that file might be missing on some distributions.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 09 Jan 2010 12:50:24 +0900
parents 3c2123189edf
children
line wrap: on
line diff
--- a/driver/pt1_i2c.c	Mon Jan 04 22:49:18 2010 +0900
+++ b/driver/pt1_i2c.c	Sat Jan 09 12:50:24 2010 +0900
@@ -8,6 +8,7 @@
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/mutex.h>
+#include <linux/sched.h>
 
 #include <asm/system.h>
 #include <asm/io.h>