]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Update PiDxeS3BootScriptLib Internal function name
authorLiming Gao <liming.gao@intel.com>
Fri, 8 Sep 2017 02:39:44 +0000 (10:39 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 13 Sep 2017 07:02:08 +0000 (15:02 +0800)
To avoid the function name conflict, update the internal function name
to be the specific one.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c

index b865d4452fc823ee681a02bfdb695ce6e7c366a2..8761d69eac3d29601fde41895b46b9ddd0e6299c 100644 (file)
@@ -57,7 +57,7 @@
 \r
 **/\r
 EFI_STATUS\r
-SmbusExecute (\r
+InternalSmbusExecute (\r
   IN     UINTN                    SmbusAddress,\r
   IN     EFI_SMBUS_OPERATION      Operation,\r
   IN OUT UINTN                    *Length,\r
@@ -1053,7 +1053,7 @@ BootScriptExecuteSmbusExecute (
 \r
   SmBusAddress = (UINTN)SmbusExecuteEntry.SmBusAddress;\r
   DataSize = (UINTN) SmbusExecuteEntry.DataSize;\r
-  return SmbusExecute (\r
+  return InternalSmbusExecute (\r
            SmBusAddress,\r
            (EFI_SMBUS_OPERATION) SmbusExecuteEntry.Operation,\r
            &DataSize,\r