]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
x86/setup: Clean up the header portion of setup.c
authorIngo Molnar <mingo@kernel.org>
Mon, 18 Nov 2019 14:49:22 +0000 (15:49 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2019 08:59:37 +0000 (09:59 +0100)
commit12609013c43acaa5e547062ffc2fcfc4dcddde2e
tree5aab495bf76f66562fe779310f067cffd8e6525f
parente42617b825f8073569da76dc4510bfa019b1c35a
x86/setup: Clean up the header portion of setup.c

In 20 years we accumulated 89 #include lines in setup.c,
but we only need 30 of them (!) ...

Get rid of the excessive ones, and while at it, sort the
remaining ones alphabetically.

Also get rid of the incomplete changelogs at the header of the file,
and explain better what this file does.

Cc: linux-kernel@vger.kernel.org
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/setup.c