mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08: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