X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=f24556813375f0b54ec13066f22c10a40775010a;hp=114091be88721b1e9183a401aea93f4ec1bca6a1;hb=d9e8a3a5b8298a3c814ed37ac5756e6f67b6be41;hpb=2150edc6c5cf00f7adb54538b9ea2a3e9cedca3f diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 114091be887..f2455681337 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1125,9 +1125,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);