[PATCH 02/25] efi/gop: Remove unused typedef

From: Ard Biesheuvel
Date: Tue Dec 24 2019 - 10:11:04 EST


From: Arvind Sankar <nivedita@xxxxxxxxxxxx>

We have stopped using gop->query_mode(), so remove the unused typedef
for the function prototype.

Signed-off-by: Arvind Sankar <nivedita@xxxxxxxxxxxx>
Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx>
---
include/linux/efi.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/include/linux/efi.h b/include/linux/efi.h
index 83a62f5c3fd7..9ea81cfe1576 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1479,10 +1479,6 @@ struct efi_graphics_output_protocol {
struct efi_graphics_output_protocol_mode *mode;
};

-typedef efi_status_t (*efi_graphics_output_protocol_query_mode)(
- struct efi_graphics_output_protocol *, u32, unsigned long *,
- struct efi_graphics_output_mode_info **);
-
extern struct list_head efivar_sysfs_list;

static inline void
--
2.20.1