iommufd: Rename fault.c to eventq.c
Rename the file, aligning with the new eventq object. Link: https://patch.msgid.link/r/d726397e2d08028e25a1cb6eb9febefac35a32ba.1741719725.git.nicolinc@nvidia.com Reviewed-by: Kevin Tian <kevin.tian@intel.com> Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Nicolin Chen <nicolinc@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>pull/1193/head
parent
5426a78beb
commit
0507f337fc
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
iommufd-y := \
|
iommufd-y := \
|
||||||
device.o \
|
device.o \
|
||||||
fault.o \
|
eventq.o \
|
||||||
hw_pagetable.o \
|
hw_pagetable.o \
|
||||||
io_pagetable.o \
|
io_pagetable.o \
|
||||||
ioas.o \
|
ioas.o \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue