diff options
| author | Chas Williams <chas@cmf.nrl.navy.mil> | 2004-09-22 23:14:45 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-09-22 23:14:45 -0700 |
| commit | 6d3c52b4073f7c87bb22bba0a1931f191d04c20e (patch) | |
| tree | 654e9e0a0a30431ae5c4309991aeab87547d5d73 | |
| parent | 27d21769a77fb5b2c4d4bd273382e7bc5c1d09a9 (diff) | |
[ATM]: [fore200e] fix warnings related to dma_addr_t
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/atm/fore200e.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/fore200e.h b/drivers/atm/fore200e.h index aca550b66419..420216561b8c 100644 --- a/drivers/atm/fore200e.h +++ b/drivers/atm/fore200e.h @@ -565,7 +565,7 @@ typedef struct host_cmdq_entry { typedef struct chunk { void* alloc_addr; /* base address of allocated chunk */ void* align_addr; /* base address of aligned chunk */ - u32 dma_addr; /* DMA address of aligned chunk */ + dma_addr_t dma_addr; /* DMA address of aligned chunk */ int direction; /* direction of DMA mapping */ u32 alloc_size; /* length of allocated chunk */ u32 align_size; /* length of aligned chunk */ |
