From: Andy Shevchenko Date: Tue, 11 Nov 2025 11:18:36 +0000 (+0100) Subject: mfd: simple-mfd-i2c: Don't use "proxy" headers X-Git-Tag: v6.19-rc1~142^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46bddb5fbe7e3cb73204a952dbd4687cf0974ef5;p=thirdparty%2Fkernel%2Flinux.git mfd: simple-mfd-i2c: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20251111111930.796837-3-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c index 5fd0ef3fa44a4..8b751d8e3b5ae 100644 --- a/drivers/mfd/simple-mfd-i2c.c +++ b/drivers/mfd/simple-mfd-i2c.c @@ -15,12 +15,18 @@ * will be subsequently registered. */ +#include +#include +#include #include -#include #include +#include #include #include +#include +#include #include +#include #include "simple-mfd-i2c.h"