]> git.ipfire.org Git - thirdparty/linux.git/commit
crash: remove header files which are included more than once
authorWenchao Hao <haowenchao22@gmail.com>
Thu, 6 Jun 2024 09:14:27 +0000 (17:14 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:08 +0000 (22:25 -0700)
commit5eb1911a8c63f0e10a5f746f52fcc3c9bbfbc710
tree36937a31d1a1ba9032a72d403023c4c162406780
parente7679a5c820d0865d0900931a7341048d830917d
crash: remove header files which are included more than once

Following warning is reported, so remove these duplicated header
including:

./kernel/crash_reserve.c: linux/kexec.h is included more than once.

This is just a clean code, no logic changed.

Link: https://lkml.kernel.org/r/20240606091427.3512314-1-haowenchao22@gmail.com
Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
Acked-by: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/crash_reserve.c