From a8280a5dd5a425bd33d858ac787defdbad47362d Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 7 Jun 2022 14:47:59 +0200 Subject: regulator: mp5416: remove kernel.h include Driver does not seem to utilize anything from the kernel.h, compiles and works fine for me without it. So remove kernel.h include as it pulls in a lot of unused stuff. Signed-off-by: Robert Marko Cc: christophe.jaillet@wanadoo.fr Link: https://lore.kernel.org/r/20220607124759.775133-1-robimarko@gmail.com Signed-off-by: Mark Brown --- drivers/regulator/mp5416.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/regulator') diff --git a/drivers/regulator/mp5416.c b/drivers/regulator/mp5416.c index 71e20e8d78ac..82892d71c2c9 100644 --- a/drivers/regulator/mp5416.c +++ b/drivers/regulator/mp5416.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3