aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marko <[email protected]>2022-06-07 14:47:59 +0200
committerMark Brown <[email protected]>2022-06-07 17:21:36 +0100
commita8280a5dd5a425bd33d858ac787defdbad47362d (patch)
treec266c65264afdd4ecf7665657aa63c7b563088f4
parenta9369fd316cf3002642295250b6a52c4554aa74c (diff)
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 <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--drivers/regulator/mp5416.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/err.h>
#include <linux/i2c.h>
#include <linux/init.h>
-#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>