staging: android: logger: fix the compiler error
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 5 Jan 2018 00:40:02 +0000 (09:40 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
commit63f81e0ee084a709ffa10d520df922455b1ac63b
treef1436c0c553b37e07b83cc0ad9b5701b41b81d04
parentaa3282b57701b9d8f2d5225f46f26f7a7a8d44a2
staging: android: logger: fix the compiler error

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