Revert "ANDROID: ASoC: Fix 'allmodconfig' build break"

This reverts commit 972e02b525 because it
was a fix for commit 9cb7ec3e9b ("ANDROID: ASoC: core - add hostless
DAI support"), which got reverted by commit da171b5d56 ("ANDROID:
Revert "ANDROID: ASoC: core - add hostless DAI support"").  Therefore
it's no longer needed.

Bug: 144369166
Change-Id: If3ed9dcb04d9879d8fb4a74076c029cf8ce9a609
Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2020-08-14 12:05:10 -07:00
committed by Greg Kroah-Hartman
parent 4aeb613af6
commit 2f22f2ce4b
5 changed files with 0 additions and 5 deletions

View File

@@ -104,4 +104,3 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
dev_info(dev, "use %scoherent DMA ops\n",
dev->dma_coherent ? "" : "non");
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);

View File

@@ -209,4 +209,3 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
if (!dev->archdata.dma_coherent)
set_dma_ops(dev, &arm_nommu_dma_ops);
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);

View File

@@ -2284,7 +2284,6 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
#endif
dev->archdata.dma_ops_setup = true;
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);
void arch_teardown_dma_ops(struct device *dev)
{

View File

@@ -57,4 +57,3 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
dev->dma_ops = &xen_swiotlb_dma_ops;
#endif
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);

View File

@@ -137,5 +137,4 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
{
dev->dma_coherent = coherent;
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);
#endif