Commit 02921484 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 36a07902
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment