diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-07-19 19:43:41 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-07-20 21:02:49 +0200 |
commit | 2aa4fb10a574a62dfb02bba15a2934e8bd83d2a1 (patch) | |
tree | c270fc0bc4523b7fc2b913301d047cdfba199839 | |
parent | da417eb8ed4bbaf149c31d197eb56fc8a5abbf68 (diff) | |
download | edk2-2aa4fb10a574a62dfb02bba15a2934e8bd83d2a1.zip edk2-2aa4fb10a574a62dfb02bba15a2934e8bd83d2a1.tar.gz edk2-2aa4fb10a574a62dfb02bba15a2934e8bd83d2a1.tar.bz2 |
OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
XenPvBlkDxe doesn't reference gEfiDevicePathProtocolGuid; remove it from
the INF file.
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@linaro.org>
Cc: Steven Shi <steven.shi@intel.com>
Reported-by: Steven Shi <steven.shi@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1034
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r-- | OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf index b3dd7c7..4b4dd13 100644 --- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf +++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf @@ -57,7 +57,6 @@ gEfiComponentName2ProtocolGuid
gEfiComponentNameProtocolGuid
gXenBusProtocolGuid
- gEfiDevicePathProtocolGuid ## TO_START
[Guids]
|