From 2fcfabed90cb6b780d175683e4d2c4a3144e88fb Mon Sep 17 00:00:00 2001 From: srajum Date: Wed, 6 Jan 2021 14:11:01 +0530 Subject: [PATCH] gpu: nvgpu: Add correct path in SWUTS source The path added in SWUTS source file is corrected. JIRA NVGPU-5932 Change-Id: Idc3f637734a20164e1ab095efca5c4853f2d85d9 Signed-off-by: Dinesh Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2467862 Reviewed-by: Lakshmanan M Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 05bf8f144..dbc96eed3 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -67,7 +67,7 @@ INPUT += ../../../userspace/units/ltc/nvgpu-ltc.h INPUT += ../../../userspace/units/mc/nvgpu-mc.h INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocator.h INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h -INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/nvgpu_allocator.h +INPUT += ../../../userspace/units/mm/allocators/nvgpu_allocator/nvgpu_allocator.h INPUT += ../../../userspace/units/mm/as/as.h INPUT += ../../../userspace/units/mm/dma/dma.h INPUT += ../../../userspace/units/mm/gmmu/page_table/page_table.h