habanalabs: rename mmu.c to mmu_v1.c
authorMoti Haimovski <mhaimovski@habana.ai>
Wed, 12 Aug 2020 08:40:08 +0000 (11:40 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Tue, 22 Sep 2020 15:49:53 +0000 (18:49 +0300)
commitc91324f41b27fc3dc7c2000426b1591a7f6d575c
treed7d7ee5eb8acf5f49282fbf4ab89b60d3afcf35d
parent7c52fb0a096aecd6b7ef474e9037db2194570162
habanalabs: rename mmu.c to mmu_v1.c

In the future we will have MMU v2 code, so we need to prepare the
driver for it. The first step is to rename the current MMU file to
mmu_v1.c.

Signed-off-by: Moti Haimovski <mhaimovski@habana.ai>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/common/Makefile
drivers/misc/habanalabs/common/mmu.c [deleted file]
drivers/misc/habanalabs/common/mmu_v1.c [new file with mode: 0644]