Re: [patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h

2017-02-03 Thread Ingo Molnar
* Mike Galbraith wrote: > > signal_pending() moved to linux/sched/signal.h, go get it. > > Signed-off-by: Mike Galbraith > --- > drivers/mtd/tests/mtd_test.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/mtd/tests/mtd_test.h >

Re: [patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h

2017-02-03 Thread Ingo Molnar
* Mike Galbraith wrote: > > signal_pending() moved to linux/sched/signal.h, go get it. > > Signed-off-by: Mike Galbraith > --- > drivers/mtd/tests/mtd_test.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/mtd/tests/mtd_test.h > +++

[patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h

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

[patch-tip] drivers/mtd: Apply sched include reorg to tests/mtd_test.h

2017-02-03 Thread Mike Galbraith
signal_pending() moved to linux/sched/signal.h, go get it. Signed-off-by: Mike Galbraith --- 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 -#include