From bc1e03feb17724fdb2fba6c3e765fc2074279b22 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 20 Mar 2024 23:14:16 +0800 Subject: [PATCH] kernel: remove unused headers --- kernel/ksud.c | 1 - kernel/sucompat.c | 1 - 2 files changed, 2 deletions(-) diff --git a/kernel/ksud.c b/kernel/ksud.c index bff47a43bda2..b817e9d3c513 100644 --- a/kernel/ksud.c +++ b/kernel/ksud.c @@ -1,6 +1,5 @@ #include "asm/current.h" #include "linux/compat.h" -#include "linux/compiler_attributes.h" #include "linux/cred.h" #include "linux/dcache.h" #include "linux/err.h" diff --git a/kernel/sucompat.c b/kernel/sucompat.c index b1b455476321..50d9bfc62f36 100644 --- a/kernel/sucompat.c +++ b/kernel/sucompat.c @@ -1,5 +1,4 @@ #include "asm/current.h" -#include "linux/compiler_attributes.h" #include "linux/cred.h" #include "linux/err.h" #include "linux/fs.h"