diff options
author | Zhenzhong Duan <zhenzhong.duan@oracle.com> | 2019-09-29 03:13:52 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-10-18 13:33:38 +0200 |
commit | 228d120051a2234356690924c1f42e07e54e1eaf (patch) | |
tree | ccf22b05d4eb5888b42c16642a3d3ce36c0c664b /net/dcb/dcbnl.c | |
parent | x86/hyperv: Set pv_info.name to "Hyper-V" (diff) | |
download | linux-228d120051a2234356690924c1f42e07e54e1eaf.tar.xz linux-228d120051a2234356690924c1f42e07e54e1eaf.zip |
x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guard
When building 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]
get_cmdline_acpi_rsdp() is only used when CONFIG_RANDOMIZE_BASE and
CONFIG_MEMORY_HOTREMOVE are both enabled, so any build where one of these
config options is disabled has this issue.
Move the function under the same ifdef guard as the call site.
[ tglx: Add context to the changelog so it becomes useful ]
Fixes: 41fa1ee9c6d6 ("acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down")
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1569719633-32164-1-git-send-email-zhenzhong.duan@oracle.com
Diffstat (limited to 'net/dcb/dcbnl.c')
0 files changed, 0 insertions, 0 deletions