diff options
author | Christoph Hellwig <hch@lst.de> | 2020-01-21 14:37:51 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-01-24 22:00:35 +0100 |
commit | dab0198413d227f13be7da8abf0d5bc8620427f0 (patch) | |
tree | 8c6e7e008363e018b0cf3a1821952b2ddbcaa4dd /arch/x86/Kconfig | |
parent | PCI: vmd: Remove dma_map_ops overrides (diff) | |
download | linux-dab0198413d227f13be7da8abf0d5bc8620427f0.tar.xz linux-dab0198413d227f13be7da8abf0d5bc8620427f0.zip |
x86/PCI: Remove X86_DEV_DMA_OPS
There are no users of X86_DEV_DMA_OPS left, so remove the code.
Link: https://lore.kernel.org/r/1579613871-301529-8-git-send-email-jonathan.derrick@intel.com
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jon Derrick <jonathan.derrick@intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5e8949953660..77f9426b47c8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2955,9 +2955,6 @@ config HAVE_ATOMIC_IOMAP def_bool y depends on X86_32 -config X86_DEV_DMA_OPS - bool - source "drivers/firmware/Kconfig" source "arch/x86/kvm/Kconfig" |