From 3b42ed477f21ee3f5851dc2993ea670e9edc10f7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 5 Aug 2014 23:07:12 +0100 Subject: [efi] Provide centralised definitions of commonly-used GUIDs Signed-off-by: Michael Brown --- src/drivers/net/efi/snp.c | 5 ----- src/drivers/net/efi/snpnet.c | 8 -------- 2 files changed, 13 deletions(-) (limited to 'src/drivers/net') 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 #include -#include #include #include #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 * diff --git a/src/drivers/net/efi/snpnet.c b/src/drivers/net/efi/snpnet.c index 9d3f97b9..75574526 100644 --- a/src/drivers/net/efi/snpnet.c +++ b/src/drivers/net/efi/snpnet.c @@ -64,14 +64,6 @@ struct snp_nic { /** Maximum number of received packets per poll */ #define SNP_RX_QUOTA 4 -/** EFI simple network protocol GUID */ -static EFI_GUID efi_simple_network_protocol_guid - = EFI_SIMPLE_NETWORK_PROTOCOL_GUID; - -/** EFI PCI I/O protocol GUID */ -static EFI_GUID efi_pci_io_protocol_guid - = EFI_PCI_IO_PROTOCOL_GUID; - /** * Format SNP MAC address (for debugging) * -- cgit v1.2.3-55-g7522