summaryrefslogtreecommitdiff
path: root/Nt32Pkg/RealTimeClockRuntimeDxe
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:11:42 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:11:42 +0000
commit78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2 (patch)
treee4b1c99454a6ddbf010c513fd752c3afc822888f /Nt32Pkg/RealTimeClockRuntimeDxe
parent819d1488930d30b30bb467fcb3bf0f05b28d675e (diff)
downloadedk2-platforms-78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2.tar.xz
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/RealTimeClockRuntimeDxe')
-rw-r--r--Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c
index 647acb1d4f..bc4f3a3c0d 100644
--- a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c
+++ b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c
@@ -50,7 +50,6 @@ InitializeRealTimeClock (
IN EFI_SYSTEM_TABLE *SystemTable
);
-STATIC
EFI_STATUS
EFIAPI
WinNtGetTime (
@@ -116,7 +115,6 @@ Returns:
return EFI_SUCCESS;
}
-STATIC
EFI_STATUS
EFIAPI
WinNtSetTime (
@@ -183,7 +181,6 @@ Returns:
}
}
-STATIC
EFI_STATUS
EFIAPI
WinNtGetWakeupTime (
@@ -219,7 +216,6 @@ Returns:
return EFI_UNSUPPORTED;
}
-STATIC
EFI_STATUS
EFIAPI
WinNtSetWakeupTime (