net: num_dma_maps is not used
Get rid of num_dma_maps in struct skb_shared_info, as it seems unused. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f957bcf016
commit
eae3f29cc7
@ -30,7 +30,6 @@ int skb_dma_map(struct device *dev, struct sk_buff *skb,
|
||||
goto unwind;
|
||||
sp->dma_maps[i + 1] = map;
|
||||
}
|
||||
sp->num_dma_maps = i + 1;
|
||||
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user