From cb8a1c1277c5223c7f351cd3aa586517df74f7f1 Mon Sep 17 00:00:00 2001 From: Tom <tom.meyer@fu-berlin.de> Date: Tue, 12 Mar 2019 15:02:02 +0100 Subject: [PATCH] include fix atempt --- kernel/sched/perf_error_detection.h | 6 +++--- sound/oss/dmabuf.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/sched/perf_error_detection.h b/kernel/sched/perf_error_detection.h index a8cb9e6351dc..b0aabe5c8fc5 100644 --- a/kernel/sched/perf_error_detection.h +++ b/kernel/sched/perf_error_detection.h @@ -3,9 +3,9 @@ #include <linux/perf_event.h> //#include <linux/sched.h> #include "sched.h" -#include <linux/signal.h> -#include <linux/ioctl.h> -#include <linux/fs.h> +#include <include/linux/signal.h> +#include <include/uapi/linux/ioctl.h> +#include <include/linux/fs.h> //#include <include/linux/smp.h> #endif diff --git a/sound/oss/dmabuf.c b/sound/oss/dmabuf.c index 92866d436ed5..c5dd396c66a2 100644 --- a/sound/oss/dmabuf.c +++ b/sound/oss/dmabuf.c @@ -19,7 +19,7 @@ * an explicit wake_up. The return value from schedule_timeout * can be used instead; if 0, the wakeup was due to the timeout. * - * Rob Riggs Added persistent DMA buffers (1998/10/17)#include <asm/segment.h> + * Rob Riggs Added persistent DMA buffers (1998/10/17) */ #define BE_CONSERVATIVE -- GitLab