summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme G. Piccoli <gpiccoli@igalia.com>2026-02-18 22:37:31 +0300
committerKees Cook <kees@kernel.org>2026-04-01 00:52:25 +0300
commit80632e333b0bd3cf188cff4e7ff52114506f5612 (patch)
tree735fdb9f9f266739002133a141a249a13e8dfca3
parent4ef6255cc56343bc90d82420b49dab1b11dee414 (diff)
downloadlinux-80632e333b0bd3cf188cff4e7ff52114506f5612.tar.xz
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>
-rw-r--r--fs/pstore/ram_core.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/io.h>
#include <linux/kernel.h>
#include <linux/list.h>
-#include <linux/memblock.h>
#include <linux/rslib.h>
#include <linux/slab.h>
#include <linux/uaccess.h>