staging: android: logger: fix the compiler error
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 5 Jan 2018 00:40:02 +0000 (09:40 +0900)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 22 Apr 2021 13:13:15 +0000 (15:13 +0200)
Moved signal wakeup & sigpending methods from <linux/sched.h> into
<linux/sched/signal.h>.

Refer to commit 174cd4b1e5fb (sched/headers: Prepare to move signal
wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>

Fix the compiler error about android logger.

Change-Id: Iab1583fe54fef1c76a34673d1d718f73930baa11
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/staging/android/logger.c

index 59ea1a7..94986e1 100644 (file)
@@ -19,7 +19,7 @@
 
 #define pr_fmt(fmt) "logger: " fmt
 
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/miscdevice.h>