diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6f54c58b623ba7ead53fc439f80f3f2bce3c757e..ef7b348e849816f827e959346839e738ae1dbf50 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1805,12 +1805,9 @@ struct net_device { /* Interface address info used in eth_type_trans() */ unsigned char *dev_addr; -#ifdef CONFIG_SYSFS struct netdev_rx_queue *_rx; - unsigned int num_rx_queues; unsigned int real_num_rx_queues; -#endif struct bpf_prog __rcu *xdp_prog; unsigned long gro_flush_timeout;