Skip to content

Commit 02f3eff

Browse files
LuBaolujoergroedel
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 8b73712 commit 02f3eff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

drivers/iommu/intel/debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include <asm/irq_remapping.h>
1717

18-
#include "intel-pasid.h"
18+
#include "pasid.h"
1919

2020
struct tbl_walk {
2121
u16 bus;

drivers/iommu/intel/iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include <trace/events/intel_iommu.h>
4949

5050
#include "../irq_remapping.h"
51-
#include "intel-pasid.h"
51+
#include "pasid.h"
5252

5353
#define ROOT_SIZE VTD_PAGE_SIZE
5454
#define CONTEXT_SIZE VTD_PAGE_SIZE

drivers/iommu/intel/pasid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <linux/pci-ats.h>
2020
#include <linux/spinlock.h>
2121

22-
#include "intel-pasid.h"
22+
#include "pasid.h"
2323

2424
/*
2525
* Intel IOMMU system wide PASID name space:

drivers/iommu/intel/intel-pasid.h renamed to drivers/iommu/intel/pasid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
3-
* intel-pasid.h - PASID idr, table and entry header
3+
* pasid.h - PASID idr, table and entry header
44
*
55
* Copyright (C) 2018 Intel Corporation
66
*

drivers/iommu/intel/svm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <linux/ioasid.h>
2121
#include <asm/page.h>
2222

23-
#include "intel-pasid.h"
23+
#include "pasid.h"
2424

2525
static irqreturn_t prq_event_thread(int irq, void *d);
2626
static void intel_svm_drain_prq(struct device *dev, int pasid);

0 commit comments

Comments
 (0)