Selaa lähdekoodia

nfp: bpf: remove unnecessary include of nfp_net.h

BPF offload's main header does not need to include nfp_net.h.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jakub Kicinski 8 vuotta sitten
vanhempi
commit
5559eedb78
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      drivers/net/ethernet/netronome/nfp/bpf/main.h

+ 0 - 1
drivers/net/ethernet/netronome/nfp/bpf/main.h

@@ -41,7 +41,6 @@
 #include <linux/types.h>
 #include <linux/types.h>
 
 
 #include "../nfp_asm.h"
 #include "../nfp_asm.h"
-#include "../nfp_net.h"
 
 
 /* For branch fixup logic use up-most byte of branch instruction as scratch
 /* For branch fixup logic use up-most byte of branch instruction as scratch
  * area.  Remember to clear this before sending instructions to HW!
  * area.  Remember to clear this before sending instructions to HW!