eth: dpaa: add missing net/xdp.h include
authorJakub Kicinski <kuba@kernel.org>
Thu, 3 Aug 2023 23:00:07 +0000 (16:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Aug 2023 23:17:34 +0000 (16:17 -0700)
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")
Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20230803230008.362214-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.h

index 35b8cea..ac3c8ed 100644 (file)
@@ -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>