You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user