Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>