Re: [PATCH 1/2] x86, efi: rename print_efi_memmap() to efi_print_memmap()

2015-10-10 Thread Matt Fleming
On Wed, 30 Sep, at 07:20:00PM, Taku Izumi wrote: > This patch renames print_efi_memmap() to efi_print_memmap() and > make it global function so that we can invoke it outside of > arch/x86/platform/efi/efi.c > > Signed-off-by: Taku Izumi > --- > arch/x86/include/asm/efi.h | 1 + >

Re: [PATCH 1/2] x86, efi: rename print_efi_memmap() to efi_print_memmap()

2015-10-10 Thread Matt Fleming
On Wed, 30 Sep, at 07:20:00PM, Taku Izumi wrote: > This patch renames print_efi_memmap() to efi_print_memmap() and > make it global function so that we can invoke it outside of > arch/x86/platform/efi/efi.c > > Signed-off-by: Taku Izumi > --- >

[PATCH 1/2] x86, efi: rename print_efi_memmap() to efi_print_memmap()

2015-09-29 Thread Taku Izumi
This patch renames print_efi_memmap() to efi_print_memmap() and make it global function so that we can invoke it outside of arch/x86/platform/efi/efi.c Signed-off-by: Taku Izumi --- arch/x86/include/asm/efi.h | 1 + arch/x86/platform/efi/efi.c | 4 ++-- 2 files changed, 3 insertions(+), 2

[PATCH 1/2] x86, efi: rename print_efi_memmap() to efi_print_memmap()

2015-09-29 Thread Taku Izumi
This patch renames print_efi_memmap() to efi_print_memmap() and make it global function so that we can invoke it outside of arch/x86/platform/efi/efi.c Signed-off-by: Taku Izumi --- arch/x86/include/asm/efi.h | 1 + arch/x86/platform/efi/efi.c | 4 ++-- 2 files