summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 02:34:39 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 02:34:39 +0000
commitf875a4f16eef839c9ec2cd35bf3f555556c169bc (patch)
tree4a90733291cb693e43b278e3f909e3897cae230e /MdeModulePkg/Include
parent5990ace9f56eb14ab4ac759ac4e91f42270614b2 (diff)
downloadedk2-platforms-f875a4f16eef839c9ec2cd35bf3f555556c169bc.tar.xz
1) Change the return type of IfrLibFreeUpdateData to VOID.
2) Remove some unused #include and library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6747 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h b/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h
index a10ebac6aa..feb27f1dc1 100644
--- a/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h
+++ b/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h
@@ -63,11 +63,8 @@ IfrLibInitUpdateData (
@param UpdateData The adding data;
- @retval EFI_SUCCESS Resource in UpdateData is released.
- @retval EFI_INVALID_PARAMETER UpdateData is NULL.
-
**/
-EFI_STATUS
+VOID
IfrLibFreeUpdateData (
IN EFI_HII_UPDATE_DATA *UpdateData
)