From b0c975b61a47b1b3c7e2e91b9e6aa9321d702a79 Mon Sep 17 00:00:00 2001 From: "Gao, Liming" Date: Fri, 24 Jan 2014 14:39:30 +0000 Subject: [PATCH] Update Module BaseName to avoid the same name. Remove the unused extern C name. Signed-off-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15178 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h index 75af0e2365..7ddd7c3b60 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h @@ -1,7 +1,7 @@ /** @file The header file of IScsiConfig.c. -Copyright (c) 2004 - 2009, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -24,7 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include extern UINT8 IScsiConfigDxeBin[]; -extern UINT8 IScsiDxeStrings[]; #define ISCSI_INITATOR_NAME_VAR_NAME L"I_NAME" -- 2.39.2