Staging: comedi: fix sched.h build breakage
commit d43c36dc
removed sched.h from interrupt.h. This broke some of
the comedi drivers. This patch fixes this.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
ffc18afa11
Коммит
4377a02650
|
@ -51,6 +51,7 @@ from http://www.comedi.org
|
|||
*/
|
||||
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/sched.h>
|
||||
#include "../comedidev.h"
|
||||
|
||||
#include "comedi_pci.h"
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
/* #define DEBUG_STATUS_B */
|
||||
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/sched.h>
|
||||
#include "8255.h"
|
||||
#include "mite.h"
|
||||
#include "comedi_fc.h"
|
||||
|
|
|
@ -70,6 +70,7 @@ comedi_nonfree_firmware tarball available from http://www.comedi.org
|
|||
/* #define DEBUG_FLAGS */
|
||||
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/sched.h>
|
||||
#include "../comedidev.h"
|
||||
|
||||
#include "mite.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче