linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch-tip] drivers/mtd: Apply  sched include reorg to  tests/mtd_test.h
@ 2017-02-03 12:37 Mike Galbraith
  2017-02-03 20:26 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Galbraith @ 2017-02-03 12:37 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML


signal_pending() moved to linux/sched/signal.h, go get it.

Signed-off-by: Mike Galbraith <efault@gmx.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)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch-tip] drivers/mtd: Apply  sched include reorg to tests/mtd_test.h
  2017-02-03 12:37 [patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h Mike Galbraith
@ 2017-02-03 20:26 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2017-02-03 20:26 UTC (permalink / raw)
  To: Mike Galbraith; +Cc: Ingo Molnar, LKML, Peter Zijlstra


* Mike Galbraith <efault@gmx.de> wrote:

> 
> signal_pending() moved to linux/sched/signal.h, go get it.
> 
> Signed-off-by: Mike Galbraith <efault@gmx.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>

Thanks Mike, I backmerged this fix into the originating patch.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-03 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 12:37 [patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h Mike Galbraith
2017-02-03 20:26 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).