diff options
| author | David Matlack <dmatlack@google.com> | 2025-11-26 23:17:29 +0000 |
|---|---|---|
| committer | Alex Williamson <alex@shazbot.org> | 2025-11-28 10:58:07 -0700 |
| commit | 657d241e695fa7afa091c77d54ff2df703ece35d (patch) | |
| tree | 9999655e0a0b070e1395eb2ffb0567b1d3c675de /tools/testing/selftests/vfio/lib/iova_allocator.c | |
| parent | 831c37a5bf046bbdf65c042b53fd2e8cac0b1a5a (diff) | |
vfio: selftests: Rename vfio_util.h to libvfio.h
Rename vfio_util.h to libvfio.h to match the name of libvfio.mk.
No functional change intended.
Reviewed-by: Alex Mastro <amastro@fb.com>
Tested-by: Alex Mastro <amastro@fb.com>
Reviewed-by: Raghavendra Rao Ananta <rananta@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20251126231733.3302983-15-dmatlack@google.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
Diffstat (limited to 'tools/testing/selftests/vfio/lib/iova_allocator.c')
| -rw-r--r-- | tools/testing/selftests/vfio/lib/iova_allocator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/vfio/lib/iova_allocator.c b/tools/testing/selftests/vfio/lib/iova_allocator.c index b3b6b27f5d1e..a12b0a51e9e6 100644 --- a/tools/testing/selftests/vfio/lib/iova_allocator.c +++ b/tools/testing/selftests/vfio/lib/iova_allocator.c @@ -19,7 +19,7 @@ #include <linux/types.h> #include <linux/vfio.h> -#include <vfio_util.h> +#include <libvfio.h> struct iova_allocator *iova_allocator_init(struct iommu *iommu) { |
