From 5e5388f97d63159a3085dff5f0d2785eb73de3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20H=C3=A4user?= Date: Tue, 27 Feb 2018 23:25:55 +0100 Subject: MinPlatformPkg/PciSegmentInfoLibSimple: Remove an incorrect EFIAPI decoration. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser Reviewed-by: Jiewen Yao --- .../Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c | 1 - 1 file changed, 1 deletion(-) 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 ) -- cgit v1.2.3