diff options
| author | Zhenzhong Duan <[email protected]> | 2019-07-16 13:18:12 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2019-07-18 19:41:57 +0000 |
| commit | 8c5477e8046ca139bac250386c08453da37ec1ae (patch) | |
| tree | 350e89675edfc39b5e21b967a6f5c52facf6cd81 /tools/perf/scripts/python/sched-migration.py | |
| parent | x86/boot/compressed/64: Remove unused variable (diff) | |
| download | kernel-8c5477e8046ca139bac250386c08453da37ec1ae.tar.gz kernel-8c5477e8046ca139bac250386c08453da37ec1ae.zip | |
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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions
