net_dma: convert to dma_find_channel
[firefly-linux-kernel-4.4.55.git] / include / linux / netdevice.h
index 41e1224651cf98dacc97acf74d999a7c89233ec4..bac2c458d9b8fc57f9998f26e10df8c64a508aac 100644 (file)
@@ -1113,9 +1113,6 @@ struct softnet_data
        struct sk_buff          *completion_queue;
 
        struct napi_struct      backlog;
-#ifdef CONFIG_NET_DMA
-       struct dma_chan         *net_dma;
-#endif
 };
 
 DECLARE_PER_CPU(struct softnet_data,softnet_data);