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>
pull/1309/head
Andy Shevchenko 2025-06-26 18:23:07 +03:00 committed by Mark Brown
parent 53e1d4a8a2
commit ce57bc9771
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
#ifndef __LINUX_REGULATOR_COUPLER_H_ #ifndef __LINUX_REGULATOR_COUPLER_H_
#define __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> #include <linux/suspend.h>
struct regulator_coupler; struct regulator_coupler;