diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-06-19 16:19:55 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-09-03 08:36:30 +0200 |
commit | 392e879a445008e8e96b872dabaaf5b1eca58729 (patch) | |
tree | 4572c16870a540c69ba7f45fc2f9cdc0b734663e /arch/x86/kernel/pci-swiotlb.c | |
parent | iommu/dma: add a new dma_map_ops of get_merge_boundary() (diff) | |
download | linux-392e879a445008e8e96b872dabaaf5b1eca58729.tar.xz linux-392e879a445008e8e96b872dabaaf5b1eca58729.zip |
dma-mapping: fix filename references
After commit cf65a0f6f6ff ("dma-mapping: move all DMA mapping code to
kernel/dma") some of the files are referring to outdated information,
i.e. old file names of DMA mapping sources. Fix it here.
Note, the lines with "Glue code for..." have been removed completely.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/x86/kernel/pci-swiotlb.c')
-rw-r--r-- | arch/x86/kernel/pci-swiotlb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-swiotlb.c b/arch/x86/kernel/pci-swiotlb.c index 5f5302028a9a..c2cfa5e7c152 100644 --- a/arch/x86/kernel/pci-swiotlb.c +++ b/arch/x86/kernel/pci-swiotlb.c @@ -1,5 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -/* Glue code to lib/swiotlb.c */ #include <linux/pci.h> #include <linux/cache.h> |