mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02: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:
parent
d07b7b32da
commit
6f9bad6b2d
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user