]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pstore/ramoops: Remove useless memblock header
authorGuilherme G. Piccoli <gpiccoli@igalia.com>
Wed, 18 Feb 2026 19:37:31 +0000 (16:37 -0300)
committerKees Cook <kees@kernel.org>
Tue, 31 Mar 2026 21:52:25 +0000 (14:52 -0700)
commit80632e333b0bd3cf188cff4e7ff52114506f5612
tree735fdb9f9f266739002133a141a249a13e8dfca3
parent4ef6255cc56343bc90d82420b49dab1b11dee414
pstore/ramoops: Remove useless memblock header

Seems the linux/memblock.h inclusion was added early on due
to usage of some memblock allocation routine. But that was
removed, header was forgotten, hence let's remove that.

Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Link: https://patch.msgid.link/20260218193940.912143-2-gpiccoli@igalia.com
Signed-off-by: Kees Cook <kees@kernel.org>
fs/pstore/ram_core.c