diff options
| author | Greg Kroah-Hartman <[email protected]> | 2017-03-06 11:09:02 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-06 11:09:02 +0100 |
| commit | 41e596a1fcd9988d041d663cf5ac51188a451be5 (patch) | |
| tree | 3c4d8c98cfa864a4330847e0ab0cb3bcc4f7e5d4 | |
| parent | a49d25364dfb9f8a64037488a39ab1f56c5fa419 (diff) | |
staging: media: atomisp: handle sched.h breakup
This fixes a build issue where sched.h changed around a bit in 4.11-rc1.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c index 05ff912f3b5c..e2aa94991aee 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c +++ b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c @@ -39,7 +39,7 @@ #include <asm/cacheflush.h> #include <linux/io.h> #include <asm/current.h> -#include <linux/sched.h> +#include <linux/sched/signal.h> #include <linux/file.h> #include "atomisp_internal.h" |