summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-02-27 23:25:55 +0100
committerJiewen Yao <jiewen.yao@intel.com>2018-02-28 09:14:52 +0800
commit5e5388f97d63159a3085dff5f0d2785eb73de3bf (patch)
tree8d63ece5f0c5ddde4a0608b2f2eced412e13bc9f
parentedd7ffdb629da7d38ac853e47f1194dfa8c9766f (diff)
downloadedk2-platforms-5e5388f97d63159a3085dff5f0d2785eb73de3bf.tar.xz
MinPlatformPkg/PciSegmentInfoLibSimple: Remove an incorrect EFIAPI decoration.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c b/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c
index 96d56b0ce4..0819e2ef0c 100644
--- a/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c
+++ b/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c
@@ -36,7 +36,6 @@ EFI_GUID mPciSegmentInfoHobGuid = PCI_SEGMENT_INFO_HOB_GUID;
@retval A callee owned array holding the segment information.
**/
PCI_SEGMENT_INFO *
-EFIAPI
GetPciSegmentInfo (
OUT UINTN *Count
)