Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iommu/vt-d: Rename intel-pasid.h to pasid.h

As Intel VT-d files have been moved to its own subdirectory, the prefix
makes no sense. No functional changes.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20200724014925.15523-13-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>

authored by

Lu Baolu and committed by
Joerg Roedel
02f3effd 8b737121

+5 -5
+1 -1
drivers/iommu/intel/debugfs.c
··· 15 15 16 16 #include <asm/irq_remapping.h> 17 17 18 - #include "intel-pasid.h" 18 + #include "pasid.h" 19 19 20 20 struct tbl_walk { 21 21 u16 bus;
+1 -1
drivers/iommu/intel/intel-pasid.h drivers/iommu/intel/pasid.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * intel-pasid.h - PASID idr, table and entry header 3 + * pasid.h - PASID idr, table and entry header 4 4 * 5 5 * Copyright (C) 2018 Intel Corporation 6 6 *
+1 -1
drivers/iommu/intel/iommu.c
··· 48 48 #include <trace/events/intel_iommu.h> 49 49 50 50 #include "../irq_remapping.h" 51 - #include "intel-pasid.h" 51 + #include "pasid.h" 52 52 53 53 #define ROOT_SIZE VTD_PAGE_SIZE 54 54 #define CONTEXT_SIZE VTD_PAGE_SIZE
+1 -1
drivers/iommu/intel/pasid.c
··· 19 19 #include <linux/pci-ats.h> 20 20 #include <linux/spinlock.h> 21 21 22 - #include "intel-pasid.h" 22 + #include "pasid.h" 23 23 24 24 /* 25 25 * Intel IOMMU system wide PASID name space:
+1 -1
drivers/iommu/intel/svm.c
··· 20 20 #include <linux/ioasid.h> 21 21 #include <asm/page.h> 22 22 23 - #include "intel-pasid.h" 23 + #include "pasid.h" 24 24 25 25 static irqreturn_t prq_event_thread(int irq, void *d); 26 26 static void intel_svm_drain_prq(struct device *dev, int pasid);