All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin KaFai Lau <martin.lau@linux.dev>
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, kernel test robot <lkp@intel.com>,
	madalin.bucur@nxp.com, martin.lau@kernel.org
Subject: Re: [PATCH net-next] eth: dpaa: add missing net/xdp.h include
Date: Thu, 3 Aug 2023 16:07:30 -0700	[thread overview]
Message-ID: <b19ba244-64cc-4c12-67f6-3bbb2e4b009f@linux.dev> (raw)
In-Reply-To: <20230803230008.362214-1-kuba@kernel.org>

On 8/3/23 4:00 PM, Jakub Kicinski wrote:
> Add missing include for DPAA (fix aarch64 build).
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202308040620.ty8oYNOP-lkp@intel.com/
> Fixes: 680ee0456a57 ("net: invert the netdevice.h vs xdp.h dependency")
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: madalin.bucur@nxp.com
> CC: martin.lau@kernel.org
> ---
>   drivers/net/ethernet/freescale/dpaa/dpaa_eth.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> index 35b8cea7f886..ac3c8ed57bbe 100644
> --- a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> +++ b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> @@ -8,6 +8,7 @@
>   
>   #include <linux/netdevice.h>
>   #include <linux/refcount.h>
> +#include <net/xdp.h>

Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org>



  reply	other threads:[~2023-08-03 23:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-03 23:00 [PATCH net-next] eth: dpaa: add missing net/xdp.h include Jakub Kicinski
2023-08-03 23:07 ` Martin KaFai Lau [this message]
2023-08-03 23:20 ` patchwork-bot+netdevbpf

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=b19ba244-64cc-4c12-67f6-3bbb2e4b009f@linux.dev \
    --to=martin.lau@linux.dev \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=lkp@intel.com \
    --cc=madalin.bucur@nxp.com \
    --cc=martin.lau@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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 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.