From 01edaf2adc5cd831b9672b24e524c855d522a12b Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 4 Sep 2008 03:17:06 +0000 Subject: [PATCH] Remove unnecessary CONST. . git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5807 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/PcatSingleSegmentPciCfgPei/PciCfg2.c | 4 ++-- MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfg2.c b/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfg2.c index 3ce363251b..a524fc3462 100644 --- a/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfg2.c +++ b/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfg2.c @@ -232,8 +232,8 @@ PciCfg2Modify ( IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, - IN CONST VOID *SetBits, - IN CONST VOID *ClearBits + IN VOID *SetBits, + IN VOID *ClearBits ) { UINTN PciLibAddress; diff --git a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c index 47450d3a09..614df948a2 100644 --- a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c +++ b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c @@ -324,8 +324,8 @@ PciCfg2Modify ( IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, - IN CONST VOID *SetBits, - IN CONST VOID *ClearBits + IN VOID *SetBits, + IN VOID *ClearBits ) { UINTN PciLibAddress; -- 2.39.2