projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135ba11
)
dma-mapping: remove the dma_dummy_ops export
author
Christoph Hellwig
<hch@lst.de>
Tue, 8 Sep 2020 16:34:27 +0000
(18:34 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 11 Sep 2020 06:13:03 +0000
(08:13 +0200)
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>
kernel/dma/dummy.c
patch
|
blob
|
history
diff --git
a/kernel/dma/dummy.c
b/kernel/dma/dummy.c
index
0560764
..
6974b1b
100644
(file)
--- a/
kernel/dma/dummy.c
+++ b/
kernel/dma/dummy.c
@@
-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);