Skip to content

Commit

Permalink
Staging: comedi: serial2002: fix include build issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Oct 9, 2009
1 parent 36a0790 commit 0292148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/comedi/drivers/serial2002.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0292148

Please sign in to comment.