linux_dsm_epyc7002/arch/x86/boot/compressed
Zhenzhong Duan 8c5477e804 x86, boot: Remove multiple copy of static function sanitize_boot_params()
Kernel build warns:
 'sanitize_boot_params' defined but not used [-Wunused-function]

at below files:
  arch/x86/boot/compressed/cmdline.c
  arch/x86/boot/compressed/error.c
  arch/x86/boot/compressed/early_serial_console.c
  arch/x86/boot/compressed/acpi.c

That's becausethey each include misc.h which includes a definition of
sanitize_boot_params() via bootparam_utils.h.

Remove the inclusion from misc.h and have the c file including
bootparam_utils.h directly.

Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1563283092-1189-1-git-send-email-zhenzhong.duan@oracle.com
2019-07-18 21:41:57 +02:00
..
.gitignore
acpi.c
cmdline.c
cpuflags.c
early_serial_console.c
eboot.c
eboot.h
efi_stub_32.S
efi_stub_64.S
efi_thunk_64.S
error.c
error.h
head_32.S
head_64.S
kaslr_64.c
kaslr.c
Makefile
mem_encrypt.S
misc.c x86, boot: Remove multiple copy of static function sanitize_boot_params() 2019-07-18 21:41:57 +02:00
misc.h x86, boot: Remove multiple copy of static function sanitize_boot_params() 2019-07-18 21:41:57 +02:00
mkpiggy.c
pgtable_64.c x86/boot/compressed/64: Remove unused variable 2019-07-18 21:41:57 +02:00
pgtable.h
string.c
vmlinux.lds.S