From 80632e333b0bd3cf188cff4e7ff52114506f5612 Mon Sep 17 00:00:00 2001 From: "Guilherme G. Piccoli" Date: Wed, 18 Feb 2026 16:37:31 -0300 Subject: [PATCH] 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 --- fs/pstore/ram_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/pstore/ram_core.c b/fs/pstore/ram_core.c index ed97494abf60..d47ba14e47bd 100644 --- a/fs/pstore/ram_core.c +++ b/fs/pstore/ram_core.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include