diff options
| author | Jakub Kicinski <[email protected]> | 2023-08-03 01:02:28 +0000 |
|---|---|---|
| committer | Martin KaFai Lau <[email protected]> | 2023-08-03 15:38:07 +0000 |
| commit | 92272ec4107ef4f826b694a1338562c007e09821 (patch) | |
| tree | 6d4b4214f5723cb9c92896f44229170c11c06452 /drivers/net/hyperv/hyperv_net.h | |
| parent | Merge branch 'bpf-xdp-add-tracepoint-to-xdp-attaching-failure' (diff) | |
| download | kernel-92272ec4107ef4f826b694a1338562c007e09821.tar.gz kernel-92272ec4107ef4f826b694a1338562c007e09821.zip | |
eth: add missing xdp.h includes in drivers
Handful of drivers currently expect to get xdp.h by virtue
of including netdevice.h. This will soon no longer be the case
so add explicit includes.
Reviewed-by: Wei Fang <[email protected]>
Reviewed-by: Gerhard Engleder <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin KaFai Lau <[email protected]>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
| -rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index c9dd69dbe1b8..810977952f95 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -16,6 +16,7 @@ #include <linux/hyperv.h> #include <linux/rndis.h> #include <linux/jhash.h> +#include <net/xdp.h> /* RSS related */ #define OID_GEN_RECEIVE_SCALE_CAPABILITIES 0x00010203 /* query only */ |
