mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
x86, AMD IOMMU: remove obsolete FIXME comment
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
6c505ce393
commit
2cd54961ca
1 changed files with 0 additions and 2 deletions
|
@ -1038,8 +1038,6 @@ out:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The exported free_coherent function for dma_ops.
|
* The exported free_coherent function for dma_ops.
|
||||||
* FIXME: fix the generic x86 DMA layer so that it actually calls that
|
|
||||||
* function.
|
|
||||||
*/
|
*/
|
||||||
static void free_coherent(struct device *dev, size_t size,
|
static void free_coherent(struct device *dev, size_t size,
|
||||||
void *virt_addr, dma_addr_t dma_addr)
|
void *virt_addr, dma_addr_t dma_addr)
|
||||||
|
|
Loading…
Reference in a new issue