Displaying 1 result from an estimated 1 matches for "metatech".
Did you mean:
metatec
2011 Aug 22
1
[PATCH] protocol.h: Remove unused locate_protocol()
...rror when compiled with gnu-efi <= 3.0i,
In file included from entry.c:38:0:
protocol.h: In function 'locate_protocol':
protocol.h:62:31: error: 'EFI_BOOT_SERVICES' has no member named 'LocateProtocol'
Reported-by: KESHAV P.R. <skodabenz at gmail.com>
Reported-by: Metatech <metatechbe at gmail.com>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>
---
Guys, sorry this took so long to apply. I had originally hoped that
the compilation errors in upstream gnu-efi would be fixed and we
wouldn't need to remove this function, but alas gnu-efi is stil...