Re: [PATCH 5/6] swiotlb: Make swiotlb bookkeeping functionsvisible in the header file.

From: Konrad Rzeszutek Wilk
Date: Tue May 11 2010 - 14:50:24 EST


> > +extern void *swiotlb_tbl_map_single(struct device *hwdev, phys_addr_t phys,
> > + u64 tbl_dma_addr, size_t size,
> > + enum dma_data_direction dir);
> > +
>
> The phys and tbl_dma_addr arguments in the function prototype are swapped compared to the function definition in patch 1/6.

Duh! Thanks for spotting that. Here is a repost of this patch (I've
updated the git tree with the one below):