]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.c
MdeModulePkg/UfsPciHc: Remove unused field in UfsHc private struct
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UfsPciHcDxe / UfsPciHcDxe.c
index 23ebbf108f09498d7ba9f5e42a426dbf03ddeb35..373e55b4c29d204320b55c33995fafb7deb719f8 100644 (file)
@@ -2,7 +2,7 @@
   UfsHcDxe driver is used to provide platform-dependent info, mainly UFS host controller\r
   MMIO base, to upper layer UFS drivers.\r
 \r
-  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2017, 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
@@ -32,7 +32,6 @@ EFI_DRIVER_BINDING_PROTOCOL gUfsHcDriverBinding = {
 //\r
 UFS_HOST_CONTROLLER_PRIVATE_DATA gUfsHcTemplate = {\r
   UFS_HC_PRIVATE_DATA_SIGNATURE,  // Signature\r
-  NULL,                           // Handle\r
   {                               // UfsHcProtocol\r
     UfsHcGetMmioBar,\r
     UfsHcAllocateBuffer,\r