From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@linux.intel.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] staging/atomisp:fix build issue verus 4.11-rc1
Date: Mon, 6 Mar 2017 12:31:02 +0100 [thread overview]
Message-ID: <20170306113102.GA25696@kroah.com> (raw)
In-Reply-To: <148879927534.10796.6582496815100213383.stgit@acox1-desk1.ger.corp.intel.com>
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
prev parent reply other threads:[~2017-03-06 11:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170306113102.GA25696@kroah.com \
--to=greg@kroah.com \
--cc=alan@linux.intel.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.