* [PATCH net-next] eth: dpaa: add missing net/xdp.h include
@ 2023-08-03 23:00 Jakub Kicinski
2023-08-03 23:07 ` Martin KaFai Lau
2023-08-03 23:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Jakub Kicinski @ 2023-08-03 23:00 UTC (permalink / raw)
To: davem
Cc: netdev, edumazet, pabeni, Jakub Kicinski, kernel test robot,
madalin.bucur, martin.lau
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>
#include <soc/fsl/qman.h>
#include <soc/fsl/bman.h>
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net-next] eth: dpaa: add missing net/xdp.h include
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
2023-08-03 23:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Martin KaFai Lau @ 2023-08-03 23:07 UTC (permalink / raw)
To: Jakub Kicinski
Cc: davem, netdev, edumazet, pabeni, kernel test robot, madalin.bucur,
martin.lau
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>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH net-next] eth: dpaa: add missing net/xdp.h include
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
@ 2023-08-03 23:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-03 23:20 UTC (permalink / raw)
To: Jakub Kicinski
Cc: davem, netdev, edumazet, pabeni, lkp, madalin.bucur, martin.lau
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 3 Aug 2023 16:00:07 -0700 you 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>
>
> [...]
Here is the summary with links:
- [net-next] eth: dpaa: add missing net/xdp.h include
https://git.kernel.org/netdev/net-next/c/6f9bad6b2d7d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-03 23:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-08-03 23:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox