search for: 6881d70

Displaying 1 result from an estimated 1 matches for "6881d70".

2011 Aug 22
1
[PATCH] protocol.h: Remove unused locate_protocol()
...ouldn't need to remove this function, but alas gnu-efi is still broken. I've now applied this fix to the 'master' branch. Thanks for the report! protocol.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/protocol.h b/protocol.h index 88b4a7b..6881d70 100644 --- a/protocol.h +++ b/protocol.h @@ -51,19 +51,6 @@ handle_protocol(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) } /** - * locate_protocol - Returns the first protocol instance for @protocol - * @protocol: the protocol to search for - * @registration: optional registration k...