X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fatm%2Ffore200e.h;h=420216561b8ca2931c93d82cbca0ac5bdbb28987;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=aca550b664198a5073afd41fb08bd9b303e5b17a;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/atm/fore200e.h b/drivers/atm/fore200e.h index aca550b66..420216561 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 */