summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-11 13:52:51 +0200
committerDavid S. Miller <davem@davemloft.net>2008-09-11 13:52:51 +0200
commit90079ce89aa65e17f36ac2b09110720c51d874f4 (patch)
tree3ea630f89d77fb404cebe235d0a83516dae087f5 /drivers/net/tg3.h
parentnet: Add SKB DMA mapping helper functions. (diff)
downloadlinux-90079ce89aa65e17f36ac2b09110720c51d874f4.tar.xz
linux-90079ce89aa65e17f36ac2b09110720c51d874f4.zip
tg3: Use SKB DMA helper functions for TX.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index f5b8cab8d4b5..6c7b5e303dbb 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2197,7 +2197,6 @@ struct ring_info {
struct tx_ring_info {
struct sk_buff *skb;
- DECLARE_PCI_UNMAP_ADDR(mapping)
u32 prev_vlan_tag;
};