USB: ueagle-atm.c needs sched.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 16 Feb 2007 09:47:33 +0000 (01:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:23 +0000 (15:32 -0800)
Driver needs sched.h for try_to_freeze().

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/ueagle-atm.c

index dae4ef1e8fe592f6338a3d75917134c3198f5e4c..4973e147bc79ea441e6a48875cfa00c60cc15d3a 100644 (file)
@@ -61,6 +61,7 @@
 #include <linux/usb.h>
 #include <linux/firmware.h>
 #include <linux/ctype.h>
+#include <linux/sched.h>
 #include <linux/kthread.h>
 #include <linux/version.h>
 #include <linux/mutex.h>
This page took 0.031004 seconds and 5 git commands to generate.