diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-06-26 18:23:07 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-06-27 02:29:07 +0300 |
| commit | ce57bc9771411d6d27f2ca7b40396cbd7d684ba9 (patch) | |
| tree | 303b94825b827da031763c18461aa13caf98f8a9 /include | |
| parent | 53e1d4a8a20f5e14b3196d183a023687806f8070 (diff) | |
| download | linux-ce57bc9771411d6d27f2ca7b40396cbd7d684ba9.tar.xz | |
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 <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20250626152307.322627-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/regulator/coupler.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <linux/kernel.h> +#include <linux/errno.h> +#include <linux/types.h> #include <linux/suspend.h> struct regulator_coupler; |
