]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.20.2/ueagle-atm.c-needs-sched.h.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.20.2 / ueagle-atm.c-needs-sched.h.patch
1 From stable-bounces@linux.kernel.org Fri Feb 16 01:48:59 2007
2 From: Randy Dunlap <randy.dunlap@oracle.com>
3 Date: Fri, 16 Feb 2007 01:47:33 -0800
4 Subject: ueagle-atm.c needs sched.h
5 To: greg@kroah.com
6 Cc: randy.dunlap@oracle.com, akpm@linux-foundation.org, stable@kernel.org
7 Message-ID: <200702160947.l1G9lX3m026790@shell0.pdx.osdl.net>
8
9
10 From: Randy Dunlap <randy.dunlap@oracle.com>
11
12 Driver needs sched.h for try_to_freeze().
13
14 Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
15 Cc: Greg KH <greg@kroah.com>
16 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18
19 ---
20 drivers/usb/atm/ueagle-atm.c | 1 +
21 1 file changed, 1 insertion(+)
22
23 --- linux-2.6.20.1.orig/drivers/usb/atm/ueagle-atm.c
24 +++ linux-2.6.20.1/drivers/usb/atm/ueagle-atm.c
25 @@ -61,6 +61,7 @@
26 #include <linux/usb.h>
27 #include <linux/firmware.h>
28 #include <linux/ctype.h>
29 +#include <linux/sched.h>
30 #include <linux/kthread.h>
31 #include <linux/version.h>
32 #include <linux/mutex.h>