Skip to content

Commit 80632e3

Browse files
guilhermepiccolikees
authored andcommitted
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>
1 parent 4ef6255 commit 80632e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/pstore/ram_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/io.h>
1313
#include <linux/kernel.h>
1414
#include <linux/list.h>
15-
#include <linux/memblock.h>
1615
#include <linux/rslib.h>
1716
#include <linux/slab.h>
1817
#include <linux/uaccess.h>

0 commit comments

Comments
 (0)