linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] memblock: Remove unused io.h include
@ 2022-01-31 12:17 Karolina Drobnik
  2022-02-01 15:26 ` Mike Rapoport
  2022-02-02 14:06 ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Karolina Drobnik @ 2022-01-31 12:17 UTC (permalink / raw)
  To: linux-mm; +Cc: rppt, linux-kernel, Karolina Drobnik, Matthew Wilcox

Memblock does not use anything from io.h, remove the include.

Suggested-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com>
---
 mm/memblock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/memblock.c b/mm/memblock.c
index 1018e50566f3..4ee190b3f026 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -18,7 +18,6 @@
 #include <linux/memblock.h>
 
 #include <asm/sections.h>
-#include <linux/io.h>
 
 #include "internal.h"
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-02 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-31 12:17 [PATCH] memblock: Remove unused io.h include Karolina Drobnik
2022-02-01 15:26 ` Mike Rapoport
2022-02-02  8:43   ` Karolina Drobnik
2022-02-02 14:06 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).