diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:17:19 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:17:19 +0000 |
commit | e56dd2ce1342c358962eeab09d54cb1a95c064bf (patch) | |
tree | 7de2ad650759902a24330257dde6791ec443eedc /DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf | |
parent | 7492c63d423201cbabc00c343cc25269bb1254c1 (diff) | |
download | edk2-platforms-e56dd2ce1342c358962eeab09d54cb1a95c064bf.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@6302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf')
-rw-r--r-- | DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c b/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c index 9979d47c4e..f6d8c80fc0 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c @@ -46,8 +46,8 @@ Revision History //
// Local variables for performing SAL Proc calls
//
-static PLABEL mSalProcPlabel;
-static CALL_SAL_PROC mGlobalSalProc;
+PLABEL mSalProcPlabel;
+CALL_SAL_PROC mGlobalSalProc;
EFI_STATUS
PcatRootBridgeIoIoRead (
|