From 604cec9d21fc1deabb6db04f0b69225fc53605b1 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 22 Mar 2021 08:07:15 -0500 Subject: [PATCH] kernel: Remove duplicate include of kswap.h kswap.h was included twice. Remove the duplication Fixes #33524 Signed-off-by: Kumar Gala --- kernel/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/init.c b/kernel/init.c index 66493dd3920201..042118837df6c3 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include