From: Andy Shevchenko Date: Thu, 26 Jun 2025 15:23:07 +0000 (+0300) Subject: regulator: core: Don't use "proxy" headers X-Git-Tag: block-6.17-20250808~20^2~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ce57bc9771411d6d27f2ca7b40396cbd7d684ba9;p=linux-block.git regulator: core: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Note that kernel.h is discouraged to be included as it's written at the top of that file. Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20250626152307.322627-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/coupler.h b/include/linux/regulator/coupler.h index 73291f280a23..5e314a4294fb 100644 --- a/include/linux/regulator/coupler.h +++ b/include/linux/regulator/coupler.h @@ -8,7 +8,8 @@ #ifndef __LINUX_REGULATOR_COUPLER_H_ #define __LINUX_REGULATOR_COUPLER_H_ -#include +#include +#include #include struct regulator_coupler;