efi/libstub: Unify the efi_char16_printk implementations
[linux-2.6-block.git] / arch / x86 / boot / compressed / eboot.c
index 3a7c900b9c66804437ffd3408297b664112f8c1f..5fb12827bdc247ae42efe2fa9084dea2d0b07a62 100644 (file)
@@ -46,13 +46,6 @@ static void setup_boot_services##bits(struct efi_config *c)          \
 BOOT_SERVICES(32);
 BOOT_SERVICES(64);
 
-void efi_char16_printk(efi_system_table_t *table, efi_char16_t *str)
-{
-       efi_call_proto(efi_simple_text_output_protocol, output_string,
-                      ((efi_simple_text_output_protocol_t *)(unsigned long)
-                               efi_early->text_output), str);
-}
-
 static efi_status_t
 preserve_pci_rom_image(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom)
 {