projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9fd93d
)
[Following Linus's linux-2.6 tree...]
author
Ian Abbott
<abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:33:01 +0000
(09:33 +0000)
committer
Ian Abbott
<abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:33:01 +0000
(09:33 +0000)
Now that sched.h was removed from poll.h, serial2002.c needs
to include it otherwise it does not build properly.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
comedi/drivers/serial2002.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/serial2002.c
b/comedi/drivers/serial2002.c
index 924d953205d094326368466027cd6f66a357dd86..42841c131bc9aa9a1b09ca5f36b30df81b11295d 100644
(file)
--- a/
comedi/drivers/serial2002.c
+++ b/
comedi/drivers/serial2002.c
@@
-35,6
+35,7
@@
Status: in development
#include <linux/delay.h>
#include <linux/ioport.h>
+#include <linux/sched.h>
#include <asm/termios.h>
#include <asm/ioctls.h>