summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/efi/snp.c
diff options
context:
space:
mode:
authorMichael Brown2014-08-06 00:07:12 +0200
committerMichael Brown2014-08-06 00:08:32 +0200
commit3b42ed477f21ee3f5851dc2993ea670e9edc10f7 (patch)
tree4123be2ce024110174234f82e6a6bddd414fd86e /src/drivers/net/efi/snp.c
parent[efi] Reset multicast filter list when setting SNP receive filters (diff)
downloadipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.gz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.xz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.zip
[efi] Provide centralised definitions of commonly-used GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/efi/snp.c')
-rw-r--r--src/drivers/net/efi/snp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/net/efi/snp.c b/src/drivers/net/efi/snp.c
index 0e7f500b..a20bd21a 100644
--- a/src/drivers/net/efi/snp.c
+++ b/src/drivers/net/efi/snp.c
@@ -21,7 +21,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <ipxe/efi/efi.h>
-#include <ipxe/efi/Protocol/SimpleNetwork.h>
#include <ipxe/efi/efi_driver.h>
#include <ipxe/efi/efi_snp.h>
#include "snpnet.h"
@@ -32,10 +31,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
*
*/
-/** EFI simple network protocol GUID */
-static EFI_GUID efi_simple_network_protocol_guid
- = EFI_SIMPLE_NETWORK_PROTOCOL_GUID;
-
/**
* Check to see if driver supports a device
*