changeset 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 cfb2da5ee428
children 1b61fd7c6fde
files driver/pt1_i2c.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>