File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616#include <asm/irq_remapping.h>
1717
18- #include "intel- pasid.h"
18+ #include "pasid.h"
1919
2020struct tbl_walk {
2121 u16 bus ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 2020#include <linux/ioasid.h>
2121#include <asm/page.h>
2222
23- #include "intel- pasid.h"
23+ #include "pasid.h"
2424
2525static irqreturn_t prq_event_thread (int irq , void * d );
2626static void intel_svm_drain_prq (struct device * dev , int pasid );
You can’t perform that action at this time.
0 commit comments