]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkSocPkg/SDControllerDxe: Add EFIAPI to SetHighSpeedMode
authorLee Leahy <leroy.p.leahy@intel.com>
Thu, 12 May 2016 21:27:04 +0000 (14:27 -0700)
committerMichael Kinney <michael.d.kinney@intel.com>
Fri, 13 May 2016 18:34:41 +0000 (11:34 -0700)
Add the missing EFIAPI to fix the inconsistent routine declaration and
implementation of a protocol service.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c

index 18e85c82991066b78bd66cb1835c592c1195560c..96c877491664031a25f75e1a0f6034217ce1b11b 100644 (file)
@@ -2,7 +2,7 @@
 \r
 The SD host controller driver model and HC protocol routines.\r
 \r
 \r
 The SD host controller driver model and HC protocol routines.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -244,6 +244,7 @@ GetErrorReason (
   @return EFI_SUCCESS\r
 **/\r
 EFI_STATUS\r
   @return EFI_SUCCESS\r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 SetHighSpeedMode (\r
   IN  EFI_SD_HOST_IO_PROTOCOL    *This,\r
   IN  BOOLEAN                    Enable\r
 SetHighSpeedMode (\r
   IN  EFI_SD_HOST_IO_PROTOCOL    *This,\r
   IN  BOOLEAN                    Enable\r