diff options
author | Gao, Liming <liming.gao@intel.com> | 2014-01-24 14:39:30 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-24 14:39:30 +0000 |
commit | b0c975b61a47b1b3c7e2e91b9e6aa9321d702a79 (patch) | |
tree | fa64ed4d947638155c9913fa163096ddb05d8cef | |
parent | 7017c2699de96b20cef4076a561036bb017461d6 (diff) | |
download | edk2-b0c975b61a47b1b3c7e2e91b9e6aa9321d702a79.zip edk2-b0c975b61a47b1b3c7e2e91b9e6aa9321d702a79.tar.gz edk2-b0c975b61a47b1b3c7e2e91b9e6aa9321d702a79.tar.bz2 |
Update Module BaseName to avoid the same name.
Remove the unused extern C name.
Signed-off-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15178 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h index 75af0e2..7ddd7c3 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.<BR>
+Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
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 <Library/NetLib.h>
extern UINT8 IScsiConfigDxeBin[];
-extern UINT8 IScsiDxeStrings[];
#define ISCSI_INITATOR_NAME_VAR_NAME L"I_NAME"
|