Re: [PATCH] acpi: Mute gcc warning

2019-10-12 Thread Zhenzhong Duan
It's been a while on this patch,still see this warning in daily build. Will anybody be willing to review it? :) Thanks Zhenzhong On 2019/9/29 9:13, Zhenzhong Duan wrote: When build with "EXTRA_CFLAGS=-Wall" gcc warns: arch/x86/boot/compressed/acpi.c:29:30: warning: get_cmdline_acpi_rsdp

[PATCH] acpi: Mute gcc warning

2019-09-29 Thread Zhenzhong Duan
When build with "EXTRA_CFLAGS=-Wall" gcc warns: arch/x86/boot/compressed/acpi.c:29:30: warning: get_cmdline_acpi_rsdp defined but not used [-Wunused-function] Fixes: 41fa1ee9c6d6 ("acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down") Signed-off-by: Zhenzhong Duan Cc: