From 31261ba8846c5e255a60df446a69fe3d07785440 Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Wed, 29 Nov 2017 13:04:13 +0530 Subject: gpu: nvgpu: files sim_gk20a.* are changed to sim.* The files sim_gk20a.c and sim_gk20a.h under common/linux/ are renamed to sim.c and sim.h as the suffix gk20a is not needed. JIRA NVGPU-386 Change-Id: I79bbb8e66c4b0cf53f2b1f98a7bed5f682106a0c Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1606975 Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index ef8237f3..8a95065f 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -48,7 +48,7 @@ nvgpu-y := \ common/linux/sched.o \ common/linux/channel.o \ common/linux/ce2.o \ - common/linux/sim_gk20a.o \ + common/linux/sim.o \ common/mm/nvgpu_allocator.o \ common/mm/bitmap_allocator.o \ common/mm/buddy_allocator.o \ -- cgit v1.2.2