* Mike Galbraith <[email protected]> wrote:
>
> signal_pending() moved to linux/sched/signal.h, go get it.
>
> Signed-off-by: Mike Galbraith <[email protected]>
> ---
> 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