From: Mianhan Liu Date: Tue, 28 Sep 2021 19:38:49 +0000 (+0800) Subject: drivers/base/component.c: remove superfluous header files from component.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=30b7ecf731ae800f4231fae8dbf3b47cf3d39142;p=linux.git drivers/base/component.c: remove superfluous header files from component.c component.c hasn't use any macro or function declared in linux/kref.h. Thus, these files can be removed from component.c safely without affecting the compilation of the drivers/base/ module Signed-off-by: Mianhan Liu Link: https://lore.kernel.org/r/20210928193849.28717-1-liumh1@shanghaitech.edu.cn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/component.c b/drivers/base/component.c index 5e79299f6c3ff..6dc309913ccdb 100644 --- a/drivers/base/component.c +++ b/drivers/base/component.c @@ -9,7 +9,6 @@ */ #include #include -#include #include #include #include