[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1486125464.28346.6.camel@gmx.de>
Date: Fri, 03 Feb 2017 13:37:44 +0100
From: Mike Galbraith <efault@....de>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [patch-tip] drivers/mtd: Apply sched include reorg to
tests/mtd_test.h
signal_pending() moved to linux/sched/signal.h, go get it.
Signed-off-by: Mike Galbraith <efault@....de>
---
drivers/mtd/tests/mtd_test.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/mtd/tests/mtd_test.h
+++ b/drivers/mtd/tests/mtd_test.h
@@ -1,5 +1,5 @@
#include <linux/mtd/mtd.h>
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
static inline int mtdtest_relax(void)
{
Powered by blists - more mailing lists