diff options
Diffstat (limited to 'sys/dev/pci/drm/include/linux/sched.h')
-rw-r--r-- | sys/dev/pci/drm/include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/include/linux/sched.h b/sys/dev/pci/drm/include/linux/sched.h index 00fa85d4294..9def4c4be27 100644 --- a/sys/dev/pci/drm/include/linux/sched.h +++ b/sys/dev/pci/drm/include/linux/sched.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sched.h,v 1.1 2019/04/14 10:14:53 jsg Exp $ */ +/* $OpenBSD: sched.h,v 1.2 2020/02/18 12:13:40 mpi Exp $ */ /* * Copyright (c) 2013, 2014, 2015 Mark Kettenis * @@ -23,7 +23,6 @@ #include <sys/kernel.h> #include <sys/stdint.h> #include <sys/mutex.h> -#include <sys/proc.h> #include <linux/wait.h> #include <linux/hrtimer.h> @@ -47,6 +46,7 @@ long schedule_timeout(long); #define io_schedule_timeout(x) schedule_timeout(x) +struct proc; int wake_up_process(struct proc *p); #endif |