From: Guilherme G. Piccoli Date: Wed, 18 Feb 2026 19:37:31 +0000 (-0300) Subject: pstore/ramoops: Remove useless memblock header X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80632e333b0bd3cf188cff4e7ff52114506f5612;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260218193940.912143-2-gpiccoli@igalia.com Signed-off-by: Kees Cook --- diff --git a/fs/pstore/ram_core.c b/fs/pstore/ram_core.c index ed97494abf60f..d47ba14e47bde 100644 --- a/fs/pstore/ram_core.c +++ b/fs/pstore/ram_core.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include