Commit 6c895c2f authored by Arvind Sankar's avatar Arvind Sankar Committed by Ingo Molnar

efi/gop: Remove unused typedef

We have stopped using gop->query_mode(), so remove the unused typedef
for the function prototype.
Signed-off-by: default avatarArvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: James Morse <james.morse@arm.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: https://lkml.kernel.org/r/20191224151025.32482-3-ardb@kernel.orgSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 8d62af17
...@@ -1479,10 +1479,6 @@ struct efi_graphics_output_protocol { ...@@ -1479,10 +1479,6 @@ struct efi_graphics_output_protocol {
struct efi_graphics_output_protocol_mode *mode; 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; extern struct list_head efivar_sysfs_list;
static inline void static inline void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment