summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_tx.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-06 15:48:49 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:06 -0800
commit9c60684b723906691e814e1bcfadb9f32bf2cc4d (patch)
treed0dcb81e84088210676d645ba9b3d744c7ee1291 /drivers/staging/et131x/et1310_tx.h
parent63841ad24775f1ac83c134b1e44d51fe19afbbb6 (diff)
downloadop-kernel-dev-9c60684b723906691e814e1bcfadb9f32bf2cc4d.zip
op-kernel-dev-9c60684b723906691e814e1bcfadb9f32bf2cc4d.tar.gz
Staging: et131x: pci_alloc_consistent DMA alignment is guaranteed
So we can remove this alignment work. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_tx.h')
-rw-r--r--drivers/staging/et131x/et1310_tx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et1310_tx.h b/drivers/staging/et131x/et1310_tx.h
index 56b7e2c0..9a31e97 100644
--- a/drivers/staging/et131x/et1310_tx.h
+++ b/drivers/staging/et131x/et1310_tx.h
@@ -162,8 +162,6 @@ struct tx_ring {
/* The actual descriptor ring */
struct tx_desc *tx_desc_ring;
dma_addr_t tx_desc_ring_pa;
- u64 pTxDescRingAdjustedPa;
- u64 TxDescOffset;
/* ReadyToSend indicates where we last wrote to in the descriptor ring. */
u32 txDmaReadyToSend;
OpenPOWER on IntegriCloud