linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging/atomisp:fix build issue verus 4.11-rc1
@ 2017-03-06 11:21 Alan Cox
  2017-03-06 11:31 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2017-03-06 11:21 UTC (permalink / raw)
  To: greg, linux-media

From: xingzhen <zhengjun.xing@intel.com>

commit:2a1f062a4acf move sigpending method fatal_signal_pending from
<linux/sched.h> into <linux/sched/signal.h> cause the build issue,fix it.

Signed-off-by: xingzhen <zhengjun.xing@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
 .../media/atomisp/pci/atomisp2/hmm/hmm_bo.c        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 05ff912..e2aa949 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"

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

* Re: [PATCH] staging/atomisp:fix build issue verus 4.11-rc1
  2017-03-06 11:21 [PATCH] staging/atomisp:fix build issue verus 4.11-rc1 Alan Cox
@ 2017-03-06 11:31 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-03-06 11:31 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-media

On Mon, Mar 06, 2017 at 11:21:28AM +0000, Alan Cox wrote:
> From: xingzhen <zhengjun.xing@intel.com>
> 
> commit:2a1f062a4acf move sigpending method fatal_signal_pending from
> <linux/sched.h> into <linux/sched/signal.h> cause the build issue,fix it.
> 
> Signed-off-by: xingzhen <zhengjun.xing@intel.com>
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> ---
>  .../media/atomisp/pci/atomisp2/hmm/hmm_bo.c        |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 05ff912..e2aa949 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>

Ah, I already did this myself in my branch, thanks though!

greg k-h

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

end of thread, other threads:[~2017-03-06 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 11:21 [PATCH] staging/atomisp:fix build issue verus 4.11-rc1 Alan Cox
2017-03-06 11:31 ` Greg KH

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).