public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org,
	Stuart Yoder <stuyoder@gmail.com>,
	Laurentiu Tudor <laurentiu.tudor@nxp.com>
Subject: Re: [PATCH-next] bus: fsl-mc: fix implicit irq include causing build fails
Date: Mon, 14 Aug 2017 15:18:44 -0700	[thread overview]
Message-ID: <20170814221844.GA24807@kroah.com> (raw)
In-Reply-To: <20170723143652.16445-1-paul.gortmaker@windriver.com>

On Sun, Jul 23, 2017 at 10:36:52AM -0400, Paul Gortmaker wrote:
> To fix:
> 
> In file included from drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h:39:0,
>                  from drivers/staging/fsl-dpaa2/ethernet/dpaa2-ethtool.c:34:
> drivers/staging/fsl-dpaa2/ethernet/../../fsl-mc/include/dpaa2-io.h:86:1: error: unknown type name ‘irqreturn_t’
>  irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj);
>  ^
> 
> as seen on arm64 allmodconfig builds.
> 
> Cc: Stuart Yoder <stuyoder@gmail.com>
> Cc: Laurentiu Tudor <laurentiu.tudor@nxp.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
> 
> [Seen on current linux-next tree.]
> 
>  drivers/staging/fsl-mc/include/dpaa2-io.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/fsl-mc/include/dpaa2-io.h b/drivers/staging/fsl-mc/include/dpaa2-io.h
> index 002829cecd75..afc5d5bb1698 100644
> --- a/drivers/staging/fsl-mc/include/dpaa2-io.h
> +++ b/drivers/staging/fsl-mc/include/dpaa2-io.h
> @@ -34,6 +34,7 @@
>  
>  #include <linux/types.h>
>  #include <linux/cpumask.h>
> +#include <linux/interrupt.h>
>  
>  #include "dpaa2-fd.h"
>  #include "dpaa2-global.h"

This does not apply to my tree :(

      reply	other threads:[~2017-08-14 22:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 14:36 [PATCH-next] bus: fsl-mc: fix implicit irq include causing build fails Paul Gortmaker
2017-08-14 22:18 ` Greg Kroah-Hartman [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=20170814221844.GA24807@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=laurentiu.tudor@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --cc=stuyoder@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox