We have stopped using gop->query_mode(), so remove the unused typedef for the function prototype. Signed-off-by: Arvind Sankar <nivedita@xxxxxxxxxxxx> --- include/linux/efi.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/efi.h b/include/linux/efi.h index bffe6e0a9b53..8be59ec77dee 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.23.0