mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 10:35:54 -04:00
eth: dpaa: add missing net/xdp.h include
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: 680ee0456a ("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>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user