mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 01:10:28 +00:00
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>
This commit is contained in:
parent
36a07902c2
commit
029214841b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user