]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Hand/Notify.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Hand / Notify.c
index 407e3ff8ff0a0cd531c708adc5d10ddee6c08130..53780f8e6b1d265d2741142daac7660663c017c1 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Support functions for UEFI protocol notification infrastructure.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 #include "DxeMain.h"\r
+#include "Handle.h"\r
 \r
 \r
 /**\r
@@ -280,10 +281,10 @@ CoreReinstallProtocolInterface (
   //\r
   CoreNotifyProtocolEntry (ProtEntry);\r
 \r
-  CoreReleaseProtocolLock ();\r
-\r
   Status = EFI_SUCCESS;\r
 \r
 Done:\r
+  CoreReleaseProtocolLock ();\r
+\r
   return Status;\r
 }\r