OSDN Git Service

Staging: dt3155: add needed #include
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 19:05:25 +0000 (11:05 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:31 +0000 (16:42 -0800)
This is needed so the code properly builds

Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/dt3155/dt3155_drv.c

index f3ae8e8..3efdeb9 100644 (file)
@@ -76,6 +76,7 @@ MODULE_LICENSE("GPL");
 #include <linux/pci.h>
 #include <linux/types.h>
 #include <linux/poll.h>
+#include <linux/sched.h>
 
 #include <asm/io.h>
 #include <asm/uaccess.h>