From 9c24c5c85db6f2fab6b276eaf3836f6708dbea62 Mon Sep 17 00:00:00 2001 From: Yonghua Huang Date: Tue, 31 Jul 2018 23:00:12 +0800 Subject: [PATCH] HV:Remame 'shell_internal.c' to 'shell.c' Rename it as 'shell_public.c' has been deleted. Signed-off-by: Yonghua Huang Acked-by: Eddie Dong --- hypervisor/debug/{shell_internal.c => shell.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hypervisor/debug/{shell_internal.c => shell.c} (100%) diff --git a/hypervisor/debug/shell_internal.c b/hypervisor/debug/shell.c similarity index 100% rename from hypervisor/debug/shell_internal.c rename to hypervisor/debug/shell.c