diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-05 16:23:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-09 16:47:22 -0400 |
commit | 029214841ba8a1fae48a4a108d138b302d8a1afb (patch) | |
tree | d7c97d3fd578920a6fbe943c4fff198b03a30229 /drivers | |
parent | 36a07902c2134649c4af7f07980413ffb1a56085 (diff) |
Staging: comedi: serial2002: fix include build issue
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/comedi/drivers/serial2002.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/comedi/drivers/serial2002.c b/drivers/staging/comedi/drivers/serial2002.c index a21967983942..82aa86e718b2 100644 --- a/drivers/staging/comedi/drivers/serial2002.c +++ b/drivers/staging/comedi/drivers/serial2002.c | |||
@@ -35,6 +35,7 @@ Status: in development | |||
35 | 35 | ||
36 | #include <linux/delay.h> | 36 | #include <linux/delay.h> |
37 | #include <linux/ioport.h> | 37 | #include <linux/ioport.h> |
38 | #include <linux/sched.h> | ||
38 | 39 | ||
39 | #include <asm/termios.h> | 40 | #include <asm/termios.h> |
40 | #include <asm/ioctls.h> | 41 | #include <asm/ioctls.h> |