mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-04 06:13:46 +00:00
dma-mapping: remove the dma_dummy_ops export
dma_dummy_ops is only used by the ACPI code, which can't be modular. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com>
This commit is contained in:
parent
135ba11a7a
commit
3d842b51a0
1 changed files with 0 additions and 1 deletions
|
@ -36,4 +36,3 @@ const struct dma_map_ops dma_dummy_ops = {
|
|||
.map_sg = dma_dummy_map_sg,
|
||||
.dma_supported = dma_dummy_supported,
|
||||
};
|
||||
EXPORT_SYMBOL(dma_dummy_ops);
|
||||
|
|
Loading…
Add table
Reference in a new issue